QUIZZES FEITOS POHA

This commit is contained in:
2026-05-16 20:19:23 +01:00
parent 728368b040
commit 3463b1f6cc
4 changed files with 749 additions and 39 deletions

View File

@@ -139,6 +139,13 @@ class AppRouter {
name: 'aiTutor',
builder: (context, state) => const TutorChatPageSimple(),
),
// Quiz List Route (independent — student access)
GoRoute(
path: quizList,
name: 'quizList',
builder: (context, state) => const QuizListPage(),
),
],
// Let splash screen handle all navigation logic