Export new components created

This commit is contained in:
Arnaud 2024-08-28 10:05:30 +02:00
parent 7c6f65bccf
commit b0975b7333
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 6 additions and 5 deletions

View File

@ -16,11 +16,10 @@ export { Spinner } from "./components/Spinner/Spinner";
export { WebFileIcon } from "./components/WebFileIcon/WebFileIcon";
export { Stepper } from "./components/Stepper/Stepper";
export { Backdrop } from "./components/Backdrop/Backdrop";
export { ActionCellRender } from "./components/Table/ActionCellRender";
export { BreakCellRender } from "./components/Table/BreakCellRender";
export { DefaultCellRender } from "./components/Table/CellRender";
export { DurationCellRender } from "./components/Table/DurationCellRender";
export { StateCellRender } from "./components/Table/StateCellRender";
export { ActionCell } from "./components/Table/ActionCell";
export { BreakCell } from "./components/Table/BreakCell";
export { Cell } from "./components/Table/Cell";
export { StateCell } from "./components/Table/StateCell";
export { Table } from "./components/Table/Table";
export {
Menu,
@ -30,3 +29,5 @@ export {
export { AppBar } from "./components/AppBar/AppBar";
export { Page } from "./components/Page/Page";
export { NetworkIndicator } from "./components/NetworkIndicator/NetworkIndicator";
export { Tooltip } from "./components/Tooltip/Tooltip";
export { Collapse } from "./components/Collapse/Collapse";