From a276f4879a351349c38d2d5b5efd8f6b977f5c22 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 6 Sep 2025 14:43:03 -0700 Subject: migrate to tailwind v4 --- src/pages/twitch/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pages/twitch') 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; -- cgit v1.2.3