Port root RMO with style to main page

This commit is contained in:
Eli Ribble 2026-04-03 15:58:50 +00:00
parent 4d718f9a12
commit 4a9d6e0db6
No known key found for this signature in database
4 changed files with 142 additions and 105 deletions

View file

@ -2,6 +2,7 @@ import { createApp } from "vue";
import { createHead } from "@vueuse/head";
import router from "@/rmo/router";
import App from "@/rmo/App.vue";
import "@/style/rmo.scss";
const app = createApp(App);
const head = createHead();