Skip to content

Commit

Permalink
Add exam hall page.
Browse files Browse the repository at this point in the history
Signed-off-by: Aliwoto <[email protected]>
  • Loading branch information
ALiwoto committed Aug 25, 2024
1 parent badc932 commit 79fb111
Show file tree
Hide file tree
Showing 9 changed files with 1,044 additions and 22 deletions.
2 changes: 2 additions & 0 deletions src/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { forceUpdateSearchUserPage } from './pages/searchUserPage';
import { forceUpdateUserInfoPage } from './pages/userInfoPage';
import { forceUpdateSearchExamPage } from './pages/searchExamPage';
import { forceUpdateChangePasswordPage } from './pages/changePasswordPage';
import { forceUpdateExamHallPage } from './pages/examHallPage';

/**
* This function forces a re-render of all the pages in the app.
Expand All @@ -37,6 +38,7 @@ const forceUpdateWholePage = () => {
forceUpdateCreateTopicPage();
forceUpdateCreateUserPage();
forceUpdateDashboardPage();
forceUpdateExamHallPage();
forceUpdateExamInfoPage();
forceUpdateLoginPage();
forceUpdateSearchCoursePage();
Expand Down
Loading

0 comments on commit 79fb111

Please sign in to comment.