From 8a0011b1c9c1d79394e99b22fc6eba2291658b17 Mon Sep 17 00:00:00 2001 From: Ivan Procaccini Date: Thu, 16 May 2024 16:34:56 +0100 Subject: [PATCH] fix: remove spurious prop from ExamRoot --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index dda5943..790665b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import Question from './Question' const router = createBrowserRouter([ { path: '/', - element: , + element: , children: [ { path: 'frontcover',