fix: remove unused URL
This commit is contained in:
@ -47,10 +47,6 @@ const router = createBrowserRouter([
|
||||
path: "/p/:npub",
|
||||
element: <ProfilePage />,
|
||||
},
|
||||
{
|
||||
path: "/live/:id",
|
||||
element: <StreamPage />,
|
||||
},
|
||||
{
|
||||
path: "/:id",
|
||||
element: <StreamPage />,
|
||||
|
Reference in New Issue
Block a user