refactoring #3

Merged
v9gel merged 4 commits from refactoring into master 2023-07-01 17:11:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b4ef001b1c - Show all commits

View File

@ -1,5 +1,6 @@
import { createApp } from 'vue'
import './reset.css'
import './style.css'
import App from './App.vue'
createApp(App).mount('#app')