From d5e6d11845c69adcbd6db4ca2df504eb6b31a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Thu, 22 Jan 2026 21:16:02 +0400 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/console/src/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/routes.tsx b/apps/console/src/routes.tsx index 651049d24..834ec3f07 100644 --- a/apps/console/src/routes.tsx +++ b/apps/console/src/routes.tsx @@ -47,7 +47,7 @@ function ErrorBoundary() { return ; } - return ; + return ; } const routes = [