From 6ca4bfc3636535dbe066ed90d8558c65917aeff2 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 28 Feb 2025 19:31:07 +0100 Subject: [PATCH] refactor: allow overriding styles of cuesheet --- apps/client/src/AppRouter.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/client/src/AppRouter.tsx b/apps/client/src/AppRouter.tsx index 6a88dfef1..63cb9099d 100644 --- a/apps/client/src/AppRouter.tsx +++ b/apps/client/src/AppRouter.tsx @@ -158,7 +158,14 @@ export default function AppRouter() { {/*/!* Protected Routes *!/*/} } /> } /> - } /> + + + + } + /> {/*/!* Protected Routes - Elements *!/*/}