Skip to content

Commit

Permalink
Lint + yarn.lock updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed May 19, 2024
1 parent 46cc810 commit f761503
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 334 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './base.css'
import './content.css'

// @ts-ignore
import {createApp} from 'vue'
import ContentApp from './ContentApp.vue'

Expand All @@ -12,4 +12,4 @@ function initial() {
createApp(ContentApp).mount(rootDiv)
}

setTimeout(initial, 1000)
setTimeout(initial, 1000)
Loading

0 comments on commit f761503

Please sign in to comment.