1
0
forked from PGL/Clyde

setup grid to display courses

This commit is contained in:
2024-04-01 16:51:18 +02:00
parent 621f568ba2
commit 2b9493422d
6 changed files with 215 additions and 2 deletions

View File

@ -9,8 +9,10 @@ import Profil from "@/Apps/Profil.vue"
import Courses from "@/Apps/ManageCourses.vue"
import Users from "@/Apps/UsersList.vue"
import Students from "@/Apps/StudentsList.vue"
import Schedule from "@/Apps/Schedule.vue"
const apps = {
'/schedule': Schedule,
'/login': LoginPage,
'/inscription': Inscription,
'/profil': Profil,