Skip to content

Commit

Permalink
style: import proper file
Browse files Browse the repository at this point in the history
* fix linting problems as well
  • Loading branch information
lemredd committed Dec 14, 2022
1 parent b7b9197 commit 80701e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import { createApp } from "vue"
import "./style.scss"
import App from "./App.vue"

createApp(App).mount('#app')
createApp(App).mount("#app")

0 comments on commit 80701e0

Please sign in to comment.