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,5 +1,5 @@
import React, { FC } from "react";
import { ColumnProps } from "./types";
import { ColumnProps } from "./table";
type Props = ColumnProps & {
dataKey: string;