diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
| commit | a276f4879a351349c38d2d5b5efd8f6b977f5c22 (patch) | |
| tree | 0783fd7bd0dca79a1cdea54d3a777b6606363d62 /src/pages/twitch/index.tsx | |
| parent | 47c84bb74d44d8285c68fa1491d01ca3b08f827f (diff) | |
migrate to tailwind v4
Diffstat (limited to 'src/pages/twitch/index.tsx')
| -rw-r--r-- | src/pages/twitch/index.tsx | 3 |
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; |
