Finished onboarding page

This commit is contained in:
Keannu Christian Bernasol 2023-07-06 20:29:04 +08:00
parent bccc808150
commit 3931f58472
4 changed files with 54 additions and 38 deletions

View file

@ -64,3 +64,9 @@ export interface CourseParams {
name: string;
shortname: string;
}
export interface OnboardingParams {
year_level: string;
course: string;
semester: string;
}