From 9d15a249a5cbbf291629f87ccf7e8b2360c19c9d Mon Sep 17 00:00:00 2001 From: Vicente Date: Sun, 12 May 2024 15:06:04 +0200 Subject: [PATCH] :art: updated progress bar --- src/App.tsx | 2 +- src/components/ProgressBar/ProgressBar.css | 18 + .../{ => ProgressBar}/ProgressBar.tsx | 6 +- src/components/ProgressBar/index.ts | 1 + yarn.lock | 680 ++++++++++-------- 5 files changed, 392 insertions(+), 315 deletions(-) create mode 100644 src/components/ProgressBar/ProgressBar.css rename src/components/{ => ProgressBar}/ProgressBar.tsx (67%) create mode 100644 src/components/ProgressBar/index.ts diff --git a/src/App.tsx b/src/App.tsx index c7e4207f..278f5ea0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -74,7 +74,7 @@ const App: React.FC> = () => { P -