mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Fixed onboarding page
This commit is contained in:
parent
8de8e67070
commit
e67485d247
8 changed files with 201 additions and 110 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue