Select and upload templates

This commit is contained in:
adilallo
2026-02-09 19:05:28 -07:00
parent 2e1538770c
commit 4bb6fe0a89
9 changed files with 606 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default } from "./Upload.container";
export type { UploadProps } from "./Upload.types";