1
0
forked from PGL/Clyde

moving file into extensions directory

This commit is contained in:
2024-04-04 21:27:51 +02:00
parent dbe28a7fed
commit 3d78851b29
2 changed files with 24 additions and 13 deletions

View File

@ -9,7 +9,7 @@ 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 ResearcherProfile from "@/Apps/ResearcherProfile.vue";
import ResearcherProfile from "@/Apps/ScientificPublications/ResearcherProfile.vue";
const apps = {
'/login': LoginPage,