feat: add relay composables
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { createApp } from "vue";
|
||||
import "./style.css";
|
||||
import App from "./App.vue";
|
||||
import { createApp } from 'vue';
|
||||
|
||||
createApp(App).mount("#app");
|
||||
import './style.css';
|
||||
import App from './App.vue';
|
||||
|
||||
createApp(App).mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user