diff --git a/src/pages/settings/cache/index.tsx b/src/pages/settings/cache/index.tsx
deleted file mode 100644
index 5dbf8af..0000000
--- a/src/pages/settings/cache/index.tsx
+++ /dev/null
@@ -1,69 +0,0 @@
-import InputIcon from '@mui/icons-material/Input'
-import IosShareIcon from '@mui/icons-material/IosShare'
-import {
- List,
- ListItemButton,
- ListItemIcon,
- ListItemText,
- ListSubheader,
- useTheme
-} from '@mui/material'
-import { Container } from '../../../components/Container'
-import { Footer } from '../../../components/Footer/Footer'
-
-export const CacheSettingsPage = () => {
- const theme = useTheme()
-
- const listItem = (label: string) => {
- return (
-
- )
- }
-
- return (
- <>
-
-
- Cache Setting
-
- }
- >
-
-
-
-
- {listItem('Export (coming soon)')}
-
-
-
-
-
-
- {listItem('Import (coming soon)')}
-
-
-
-
- >
- )
-}
diff --git a/src/routes/util.tsx b/src/routes/util.tsx
index 2e1be26..e21dc13 100644
--- a/src/routes/util.tsx
+++ b/src/routes/util.tsx
@@ -4,7 +4,6 @@ import { CreatePage } from '../pages/create'
import { HomePage } from '../pages/home'
import { LandingPage } from '../pages/landing'
import { ProfilePage } from '../pages/profile'
-import { CacheSettingsPage } from '../pages/settings/cache'
import { NostrLoginPage } from '../pages/settings/nostrLogin'
import { ProfileSettingsPage } from '../pages/settings/profile'
import { RelaysPage } from '../pages/settings/relays'
@@ -109,14 +108,6 @@ export const privateRoutes = [
)
},
- {
- path: appPrivateRoutes.cacheSettings,
- element: (
-
-
-
- )
- },
{
path: appPrivateRoutes.relays,
element: (