diff options
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; |
