moved home components

This commit is contained in:
2026-02-09 14:41:28 +00:00
parent 5de67fdf58
commit 505509a4d2
11 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { createRouter, createWebHistory } from "vue-router";
import Home from "../views/Home.vue";
import Home from "@/views/home/Home.vue";
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),