Live event page

This commit is contained in:
2023-06-18 14:14:34 +01:00
parent adaa8a71e7
commit 769e093663
11 changed files with 168 additions and 18 deletions

View File

@ -36,6 +36,7 @@ import DebugPage from "Pages/Debug";
import { db } from "Db";
import { preload, RelayMetrics, UserCache, UserRelays } from "Cache";
import { LoginStore } from "Login";
import { LivePage } from "Pages/LivePage";
/**
* Singleton nostr system
@ -145,6 +146,10 @@ export const router = createBrowserRouter([
path: "/zap-pool",
element: <ZapPoolPage />,
},
{
path: "/live/:id",
element: <LivePage />,
},
...NewUserRoutes,
...WalletRoutes,
...SubscribeRoutes,