diff options
author | polwex <polwex@sortug.com> | 2025-08-16 13:18:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-08-16 13:18:51 +0700 |
commit | 9a1e8af707acec9bfabd4c5be9ba6595d7f14c3e (patch) | |
tree | ba345111027c359cf76501781236b4d8f1581ade /src/pages | |
parent | f6f8e791fc95d5efb585177071ba0328d3c3b17f (diff) |
pretty fast gotta say
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/tones.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/tones.tsx b/src/pages/tones.tsx index 732ebd1..8658401 100644 --- a/src/pages/tones.tsx +++ b/src/pages/tones.tsx @@ -1,3 +1,4 @@ +import "@/styles/globals.css"; import { Suspense } from "react"; import { fetchWordsByToneAndSyllables } from "@/actions/tones"; import ToneSelectorClient from "@/components/tones/ToneSelectorClient"; |