diff --git a/src/pages/settings.tsx b/src/pages/settings.tsx index 49041cb0..8c7bc377 100644 --- a/src/pages/settings.tsx +++ b/src/pages/settings.tsx @@ -38,12 +38,6 @@ const SettingPage = () => { const mode = useThemeMode(); const isDark = mode === "light" ? false : true; - const routers = [ - { label: "Manual", path: "manual" }, - { label: "TG Channel", path: "telegram" }, - { label: "Github Repo", path: "github" }, - ]; - return ( { - ); };