Live event page
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user