fix import style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Вячеслав Нагель 2023-07-01 23:48:41 +07:00
parent 0db77434ab
commit b4ef001b1c
Signed by: v9gel
GPG Key ID: 7C2360915BE4C743

View File

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