Implement create component

This commit is contained in:
adilallo
2026-02-02 12:53:52 -07:00
parent b98b9dded3
commit a8eb9e192b
21 changed files with 1061 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default } from "./Create.container";
export type { CreateProps } from "./Create.types";