summaryrefslogtreecommitdiff
path: root/src/pages/tones.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/tones.tsx')
-rw-r--r--src/pages/tones.tsx1
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";