chore: add routes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user