change: refactor imports
This commit is contained in:
parent
b4fdd5fc60
commit
18d52e4bab
38 changed files with 48 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { useAbilityStore } from "@/stores/ability";
|
||||
import router from "@/router";
|
||||
import type { PermissionSection } from "../../types/permissionTypes";
|
||||
import type { PermissionSection } from "@/types/permissionTypes";
|
||||
|
||||
export type navigationModel = {
|
||||
[key in topLevelNavigationType]: navigationSplitModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue