Remove duplicate route
This commit is contained in:
@ -50,10 +50,6 @@ const router = createBrowserRouter([
|
||||
path: "/live/:id",
|
||||
element: <StreamPage />,
|
||||
},
|
||||
{
|
||||
path: "/:id",
|
||||
element: <StreamPage />,
|
||||
},
|
||||
{
|
||||
path: "/providers/:id?",
|
||||
element: <StreamProvidersPage />,
|
||||
|
Reference in New Issue
Block a user