From fb2d8eb4d7b7a4e5f72cb26d37f7946e62c999da Mon Sep 17 00:00:00 2001 From: Yury Date: Fri, 24 May 2024 16:40:18 +0300 Subject: [PATCH] chore: cleanup --- src/routes/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index f716155..4753835 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -6,7 +6,6 @@ import { ProfilePage } from '../pages/profile' import { hexToNpub } from '../utils' import { SignPage } from '../pages/sign' import { VerifyPage } from '../pages/verify' -import { ProfileSettingsPage } from '../pages/settings/profile' import { RelaysPage } from '../pages/relays' export const appPrivateRoutes = {