Skip to content

Commit

Permalink
Add progressBar export to lib.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesChellaf committed Oct 30, 2024
1 parent 9507ac8 commit 229ed4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export { InputField } from '../src/components/forms/fields/InputField/InputField

export { Icon } from '../src/components/graphics/Icon/Icon.tsx';
export { Spinner } from '../src/components/graphics/Spinner/Spinner.tsx';
export { ProgressBar } from '../src/components/graphics/ProgressBar/ProgressBar.tsx';

export { PropertyList } from '../src/components/lists/PropertyList/PropertyList.tsx';

Expand Down

0 comments on commit 229ed4f

Please sign in to comment.