export table components

This commit is contained in:
Eduard Heimbuch
2019-12-02 15:59:32 +01:00
parent ef74a54b91
commit 2e676a8f51
7 changed files with 9 additions and 4 deletions

View File

@@ -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(() => ({