moved dashboard view
This commit is contained in:
@@ -155,7 +155,7 @@ export const routes = [
|
||||
title: "Dashboard",
|
||||
middleware: "authenticated",
|
||||
},
|
||||
component: () => import("@/views/dashboard.vue"),
|
||||
component: () => import("@/views/dashboard/Dashboard.vue"),
|
||||
},
|
||||
{
|
||||
path: "posts",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { computed } from "vue";
|
||||
import { useUserStore } from "../store/UserStore";
|
||||
import { useUserStore } from "../../store/UserStore";
|
||||
|
||||
const userStore = useUserStore();
|
||||
|
||||
Reference in New Issue
Block a user