Fix fews things and rename the inscription app to managerequests also sort the files
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m3s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 29s

This commit is contained in:
2024-04-11 21:06:57 +02:00
parent 4199663d64
commit 8ebedec689
37 changed files with 94 additions and 122 deletions

View File

@ -2,7 +2,7 @@
import i18n from "@/i18n.js"
import {provide, reactive, ref} from 'vue'
import { getStudents } from '../rest/Users.js'
import AboutStudent from "@/Apps/AboutStudent.vue";
import AboutStudent from "@/Apps/Inscription/AboutStudent.vue";
const users = await getStudents();
let targetRegNo = "";