mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
export table components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { FC, useState } from "react";
|
||||
import styled from "styled-components";
|
||||
import { Comparator } from "./types";
|
||||
import { Comparator } from "./table";
|
||||
import SortIcon from "./SortIcon";
|
||||
|
||||
const StyledTable = styled.table.attrs(() => ({
|
||||
|
||||
Reference in New Issue
Block a user