Clean up data table code
[arvados.git] / src / components / data-table / index.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 export * from "./column";
6 export * from "./columns-configurator/columns-configurator";
7 export { default as ColumnsConfigurator } from "./columns-configurator/columns-configurator";
8 export * from "./data-table";
9 export { default as DataTable } from "./data-table";