fix: 🐛 组件命名调整

This commit is contained in:
Ray.Hao
2025-02-13 23:44:29 +08:00
parent 52157082f5
commit d3e4144f2c
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
import { LayoutEnum } from "@/enums/LayoutEnum";
import { useSettingsStore, usePermissionStore, useAppStore } from "@/store";
import NavbarRight from "../Navbar/components/NavbarRight.vue";
import NavbarRight from "../NavBar/components/NavbarRight.vue";
const appStore = useAppStore();
const settingsStore = useSettingsStore();