updated dashboard
This commit is contained in:
parent
e0f1f5ee71
commit
28dc37d0ed
7 changed files with 30 additions and 282 deletions
|
|
@ -72,8 +72,6 @@ import command from "./api/18_command/api.command";
|
|||
|
||||
import file from "./api/file/api.file";
|
||||
|
||||
import dashboard from "./api/reports/api.dashboard";
|
||||
|
||||
// environment variables
|
||||
export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL;
|
||||
export const qualifyDisableExamPanel = import.meta.env
|
||||
|
|
@ -142,8 +140,6 @@ const API = {
|
|||
|
||||
/*file*/
|
||||
...file,
|
||||
|
||||
...dashboard,
|
||||
};
|
||||
|
||||
const path = import.meta.env.VITE_MANUAL_URL ?? "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue