You've already forked AstralRinth
forked from didirus/AstralRinth
Prepare for adding theseus
This commit is contained in:
12
apps/theseus-gui-tpl/src/main.ts
Normal file
12
apps/theseus-gui-tpl/src/main.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import './styles.scss';
|
||||
|
||||
import router from './router';
|
||||
|
||||
import { createApp } from 'vue';
|
||||
import App from './app/App.vue';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(router);
|
||||
|
||||
app.mount('#root');
|
||||
Reference in New Issue
Block a user