Merge branch 'main' of https://gitea.armco.dev/Restruct-Corporate-Advantage/uploader
All checks were successful
armco-org/Uploader/pipeline/head This commit looks good

This commit is contained in:
2025-11-12 10:42:44 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ import Uploader from "@armco/uploader"
## Development Notes
- Written in TypeScript, React functional and memoized components
- Uses SCSS for styling
- Integrates with shared Armco types and components
- Integrates with shared Armco types and components

View File

@@ -1,4 +1,4 @@
export { default as useUpload } from "./useUpload"
export { default } from "./Uploader"
export * from "./utils"
export * from "./types"
export * from "./types"