diff --git a/README.md b/README.md index 8dd700f..d80ec10 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- Integrates with shared Armco types and components diff --git a/src/index.ts b/src/index.ts index d78bced..de66d79 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ export { default as useUpload } from "./useUpload" export { default } from "./Uploader" export * from "./utils" -export * from "./types" \ No newline at end of file +export * from "./types"