Skip to content

Commit

Permalink
fix: import.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Mar 12, 2024
1 parent 725eebf commit 03ecc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
import MainLayout from './Shared/MainLayout.vue'
import { Shiki } from './shiki'
import twemoji from 'twemoji'
import { ZiggyVue } from '../../vendor/tighten/ziggy/dist/vue.m';
import { ZiggyVue } from '../../vendor/tightenco/ziggy';

createInertiaApp({
resolve: async name => {
Expand Down

0 comments on commit 03ecc02

Please sign in to comment.