From 229ed4f0a440f48b5ef4ec521d41a03aa4e0ae87 Mon Sep 17 00:00:00 2001 From: YounesChellaf Date: Wed, 30 Oct 2024 18:04:23 +0100 Subject: [PATCH] Add progressBar export to lib.ts --- app/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib.ts b/app/lib.ts index 564e9f5..96bdfdd 100644 --- a/app/lib.ts +++ b/app/lib.ts @@ -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';