Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnobMahmud committed Jul 18, 2022
1 parent 65cce7f commit 3f33767
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/Routers.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ import LabRoutine from "../components/archive/pages/LabRoutine";
import TermExamRoutine from "../components/archive/pages/ExamRoutine";

/* Lab Routine */
import Level1Term2Lab from "../components/archive/customs/Lab/L1T2Lab";
import Level2Term1Lab from "../components/archive/customs/Lab/L2T1Lab";
import Level1Term2Lab from "../components/archive/customs/Lab/Level1Term2Lab";
import Level2Term1Lab from "../components/archive/customs/Lab/Level2Term1Lab";

/* Exam Routine */
import Level1Term2Exam from "../components/archive/customs/Exam/L1T2Exam";
import Level2Term1Exam from "../components/archive/customs/Exam/L2T1Exam";
import Level1Term2Exam from "../components/archive/customs/Exam/Level1Term2Exam";
import Level2Term1Exam from "../components/archive/customs/Exam/Level2Term1Exam";

/* Developer */
import DeveloperPage from "../pages/DeveloperPage";
Expand Down

0 comments on commit 3f33767

Please sign in to comment.