Fixed onboarding page

This commit is contained in:
Keannu Christian Bernasol 2023-07-17 22:44:50 +08:00
parent 8de8e67070
commit e67485d247
8 changed files with 201 additions and 110 deletions

View file

@ -53,7 +53,9 @@ export interface Semester {
shortname: string;
}
export type SemesterParams = [boolean, Semester];
export type Semesters = Array<Semester>;
export type SemesterParams = [boolean, Semesters];
export interface YearLevel {
id: string;