Skip to content

Commit

Permalink
fix ziggy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Mar 1, 2024
1 parent eb4bc84 commit de43619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/artistForm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import route from 'ziggy-js'
import { route } from 'ziggy-js'
import artistPhotoPicker from './artistPhotoPicker'

window.artistFormData = function (data) {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/artistPicker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import route from 'ziggy-js'
import { route } from 'ziggy-js'

window.artistPickerData = function () {
return {
Expand Down

0 comments on commit de43619

Please sign in to comment.