Skip to content

Commit

Permalink
Merge pull request #13 from fortanix/fix/add-progress-bar-lib-export
Browse files Browse the repository at this point in the history
Add progressBar export to lib.ts
  • Loading branch information
nighto authored Nov 8, 2024
2 parents 8fb56a5 + 229ed4f commit 20c57df
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 20c57df

Please sign in to comment.