Add custom icons to RMO system
This commit is contained in:
parent
4a9d6e0db6
commit
64a8de7a32
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import { createApp } from "vue";
|
||||
import { createHead } from "@vueuse/head";
|
||||
import "@/gen/custom-icons.scss";
|
||||
import "@/style/rmo.scss";
|
||||
import router from "@/rmo/router";
|
||||
import App from "@/rmo/App.vue";
|
||||
import "@/style/rmo.scss";
|
||||
|
||||
const app = createApp(App);
|
||||
const head = createHead();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue