Rename assets to resources
This commit is contained in:
parent
639e04b936
commit
96dd398974
14 changed files with 3 additions and 3 deletions
7
resources/js/app.js
Normal file
7
resources/js/app.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Navbar from './components/Navbar'
|
||||
import Vue from 'vue'
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
components: { Navbar }
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue