Fix fews things and rename the inscription app to managerequests also sort the files
This commit is contained in:
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user