feat: Implement instructor module with course management pages and API services.
This commit is contained in:
parent
07ab43a785
commit
a24f8c4982
6 changed files with 135 additions and 27 deletions
|
|
@ -7,6 +7,7 @@ interface User {
|
|||
firstName: string;
|
||||
lastName: string;
|
||||
role: 'INSTRUCTOR' | 'ADMIN' | 'STUDENT';
|
||||
avatarUrl?: string | null;
|
||||
}
|
||||
|
||||
export const useAuthStore = defineStore('auth', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue