aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-06 14:43:03 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-06 14:43:03 -0700
commita276f4879a351349c38d2d5b5efd8f6b977f5c22 (patch)
tree0783fd7bd0dca79a1cdea54d3a777b6606363d62 /src/pages
parent47c84bb74d44d8285c68fa1491d01ca3b08f827f (diff)
migrate to tailwind v4
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/twitch/index.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/twitch/index.tsx b/src/pages/twitch/index.tsx
index fc389c2..eea05e9 100644
--- a/src/pages/twitch/index.tsx
+++ b/src/pages/twitch/index.tsx
@@ -2,7 +2,6 @@ import TwitchDataTable, {
type TwitchDataTableProp,
} from "../../components/SubscriberTable/TwitchDataTable";
import TitleBar from "../../components/TitleBar/TitleBar";
-import Announcement from "../../components/Announcement";
import "../../app/globals.css";
type Props = {
@@ -50,4 +49,4 @@ export async function getServerSideProps() {
};
}
-export default TwitchPage; \ No newline at end of file
+export default TwitchPage;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage