Skip to content

Commit

Permalink
fix: remove spurious prop from ExamRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
procaconsul committed May 16, 2024
1 parent 66e41f4 commit 8a0011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Question from './Question'
const router = createBrowserRouter([
{
path: '/',
element: <ExamRoot questionCount={3} />,
element: <ExamRoot />,
children: [
{
path: 'frontcover',
Expand Down

0 comments on commit 8a0011b

Please sign in to comment.