fix: remove unused URL

This commit is contained in:
Alejandro Gomez 2023-07-04 16:26:59 +02:00
parent de989ec9af
commit 2971815417
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -47,10 +47,6 @@ const router = createBrowserRouter([
path: "/p/:npub",
element: <ProfilePage />,
},
{
path: "/live/:id",
element: <StreamPage />,
},
{
path: "/:id",
element: <StreamPage />,