mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
improve endpoints
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export { default as Table } from "./components/Table";
|
||||
export type { TableProps, TableColumn } from "./components/Table";
|
||||
export { Table } from "./components/table";
|
||||
export type { TableProps, TableColumn } from "./components/Table/Table";
|
||||
|
||||
export { FormField } from "./components/Form";
|
||||
export type { FormFieldProps } from "./components/Form";
|
||||
@@ -10,8 +10,8 @@ export type { SmartFileInputProps } from "./components/SmartFileInput";
|
||||
export { default as Modal } from "./components/Modal";
|
||||
export type { ModalProps } from "./components/Modal";
|
||||
|
||||
export { default as Badge } from "./components/Badge";
|
||||
export type { BadgeProps, BadgeTone } from "./components/Badge";
|
||||
export { Badge } from "./components/badge";
|
||||
// export type { BadgeProps } from "./components/badge";
|
||||
|
||||
export { Sidebar, DashboardLayout } from "./components/Layout";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user