remove ts-ignore, added empty message and small bug fixes

This commit is contained in:
Sebastian Sdorra
2019-12-03 16:04:11 +01:00
parent a08d47df82
commit 54ac5a1f14
4 changed files with 67 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
export { default as Table} from "./Table";
export { default as Column} from "./Column";
export { default as TextColumn} from "./TextColumn";
export { default as SortIcon} from "./SortIcon";
export { default as Table } from "./Table";
export { default as Column } from "./Column";
export { default as TextColumn } from "./TextColumn";
export { default as SortIcon } from "./SortIcon";