mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Remove bottomsheet library and added homepage improvements
This commit is contained in:
parent
029ef84671
commit
126223394d
5 changed files with 7 additions and 45 deletions
|
@ -145,6 +145,7 @@ interface Location {
|
|||
}
|
||||
|
||||
export interface StudentStatusParams {
|
||||
subject: string;
|
||||
location: Location;
|
||||
subject?: string;
|
||||
location?: Location;
|
||||
active?: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue