From ef16ad5c6835c6ce2427d4bcfac0642f1821ddc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Wed, 17 Apr 2024 16:09:03 +0200 Subject: [PATCH] Remove the new route. --- apps/dotcom/src/routes.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/dotcom/src/routes.tsx b/apps/dotcom/src/routes.tsx index 6ae96252e..a09419123 100644 --- a/apps/dotcom/src/routes.tsx +++ b/apps/dotcom/src/routes.tsx @@ -37,13 +37,6 @@ export const router = createRoutesFromElements( return redirect(`/r/${id}`) }} /> - { - const id = 'v2' + nanoid() - return redirect(`/r/${id}`) - }} - /> import('./pages/public-multiplayer')} /> import('./pages/history')} />