Skip to content

Commit

Permalink
Merge pull request #10 from runway-reviews/bug/fix-deployment-issue
Browse files Browse the repository at this point in the history
bug/Try to fix issue preventing from deployment
  • Loading branch information
zenmcmillan committed Feb 2, 2024
2 parents c74e712 + a95abdd commit c9290f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Every vue application starts by creating a new application instance with the createApp function:
import './assets/styles.css'

import { createApp } from 'vue/dist/vue.esm-bundler'
import { createApp } from 'vue'
import App from './App.vue'
// import router from './router'

Expand Down

0 comments on commit c9290f9

Please sign in to comment.