Add router and basic home view

This commit is contained in:
Eli Ribble 2026-04-03 15:43:44 +00:00
parent 2342a99405
commit 4d718f9a12
No known key found for this signature in database
4 changed files with 25 additions and 4 deletions

3
ts/rmo/view/Home.vue Normal file
View file

@ -0,0 +1,3 @@
<template>
<p>hey there!</p>
</template>