added router for redirect on home and add router for profile page

This commit is contained in:
Kostya
2023-11-25 22:28:25 +03:00
parent 9e281d111f
commit 5efe622a48
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div class="content__grid-profile">
<h1>profile</h1>
</div>
</template>
<script>
export default {
}
</script>