Skip to content

Commit 174f16a

Browse files
fix(QuizWidget): update spinner component
1 parent 52206b6 commit 174f16a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/components/Quiz/QuizWidget/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { QuizKey, QuizStatus, UserStats } from "@/lib/types"
44

55
import Translation from "@/components/Translation"
66
import { Center, Stack, VStack } from "@/components/ui/flex"
7-
import Spinner from "@/components/ui/Spinner"
7+
import { Spinner } from "@/components/ui/spinner"
88

99
import { cn } from "@/lib/utils/cn"
1010

src/components/ui/Spinner.tsx

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)