chore: add routes

This commit is contained in:
Shivam Mishra
2023-12-01 18:09:46 +05:30
parent bc6e3e598f
commit ae0eac9474
4 changed files with 51 additions and 0 deletions
@@ -0,0 +1,11 @@
<template>
<div
class="px-8 py-24 font-bold dark:text-white bg-woot-25 dark:bg-slate-900"
>
<h2 class="text-3xl text-center">Founders Note</h2>
</div>
</template>
<script>
export default {};
</script>
@@ -0,0 +1,11 @@
<template>
<div
class="px-8 py-24 font-bold dark:text-white bg-woot-25 dark:bg-slate-900"
>
<h2 class="text-3xl text-center">Setup Company</h2>
</div>
</template>
<script>
export default {};
</script>
@@ -0,0 +1,11 @@
<template>
<div
class="px-8 py-12 font-bold dark:text-white bg-woot-25 dark:bg-slate-900"
>
<h2 class="text-3xl">Setup Your Profile</h2>
</div>
</template>
<script>
export default {};
</script>