mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 02:58:11 +00:00
chore: add field component from shadcn to ui-common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export { Table } from "./components/table";
|
||||
export { Table } from "./components/table";
|
||||
export type { TableProps, TableColumn } from "./components/Table/Table";
|
||||
|
||||
export { FormField } from "./components/Form";
|
||||
@@ -30,3 +30,4 @@ export * from "./components/dropdown-menu";
|
||||
export * from "./components/data-table";
|
||||
export * from "./components/dialog";
|
||||
export * from "./components/SmartFileInput";
|
||||
export * from "./components/field";
|
||||
|
||||
Reference in New Issue
Block a user