feat: upgrade wallet support

This commit is contained in:
2023-12-12 13:22:15 +00:00
parent 6951383045
commit b41e8a919a
12 changed files with 242 additions and 94 deletions

View File

@ -39,7 +39,6 @@ import MessagesPage from "@/Pages/Messages/MessagesPage";
import DonatePage from "@/Pages/DonatePage";
import SearchPage from "@/Pages/SearchPage";
import HelpPage from "@/Pages/HelpPage";
import { WalletRoutes } from "@/Pages/WalletPage";
import NostrLinkHandler from "@/Pages/NostrLinkHandler";
import { ThreadRoute } from "@/Element/Event/Thread";
import { SubscribeRoutes } from "@/Pages/subscribe";
@ -275,7 +274,6 @@ const mainRoutes = [
element: <NetworkGraph />,
},
...OnboardingRoutes,
...WalletRoutes,
] as Array<RouteObject>;
if (CONFIG.features.zapPool) {