From 8b798ed191f8aeeb46d8b19239e0124fc2ef1805 Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:17:55 +0500 Subject: [PATCH] refactor task7 --- frontend/src/store/onboardingStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/store/onboardingStore.ts b/frontend/src/store/onboardingStore.ts index 14f10c70..871cee8e 100644 --- a/frontend/src/store/onboardingStore.ts +++ b/frontend/src/store/onboardingStore.ts @@ -31,3 +31,4 @@ export const useOnboardingStore = create()( ) ); +