Remove duplicate route

This commit is contained in:
Kieran 2023-06-30 22:15:03 +01:00
parent ad41d08355
commit bc43b81959
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -50,10 +50,6 @@ const router = createBrowserRouter([
path: "/live/:id",
element: <StreamPage />,
},
{
path: "/:id",
element: <StreamPage />,
},
{
path: "/providers/:id?",
element: <StreamProvidersPage />,