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