Skip to content

Commit

Permalink
refactor(vue): replace default with named export in server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Apr 30, 2024
1 parent dbe7eac commit 8e3942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/server.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as createServer } from '@inertiajs-revamped/core/server'
export { createServer } from '@inertiajs-revamped/core/server'

0 comments on commit 8e3942e

Please sign in to comment.