feat: implement proper Store with Muscle Group #2

Open
Flycro wants to merge 2 commits from fix_store into main
Showing only changes of commit 42adf3a268 - Show all commits

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),