Remove bottomsheet library and added homepage improvements

This commit is contained in:
Keannu Christian Bernasol 2023-08-07 14:22:47 +08:00
parent 029ef84671
commit 126223394d
5 changed files with 7 additions and 45 deletions

View file

@ -145,6 +145,7 @@ interface Location {
}
export interface StudentStatusParams {
subject: string;
location: Location;
subject?: string;
location?: Location;
active?: boolean;
}