fix: Broken Naming to make the Application launch

fix_store
Flycro 2023-06-04 14:47:19 +02:00
parent e3fd6abbbc
commit 42adf3a268
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '../views/Home.vue'
import MusclesRouter from './muscle.js';
import MusclesRouter from './Muscle.js';
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),