Skip to content

Commit

Permalink
Merge pull request #27 from InspectorIncognito/dev
Browse files Browse the repository at this point in the history
fix(build): fixed build error
  • Loading branch information
Mrtn-fa authored Aug 23, 2024
2 parents 88a7202 + 1116a1f commit b7de3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import { RouterLink, RouterView, useRouter } from "vue-router";
import { useAuthStore } from "@/stores/auth";
import { useI18n } from "vue-i18n";
import Navigation from "@/components/Navigation.vue";
import NavigationComponent from "@/components/NavigationComponent.vue";

const { t } = useI18n();
const authStore = useAuthStore();
Expand Down

0 comments on commit b7de3b7

Please sign in to comment.