Skip to content

Commit

Permalink
refactor(vue): restructure exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Apr 25, 2024
1 parent bf52de5 commit 0b03808
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vue/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
export { router } from '@inertiajs-revamped/core'
export { usePage } from './app'

export { default as createInertiaApp } from './createInertiaApp'
export { default as Head } from './head'
export { default as Link, type InertiaLinkProps } from './link'
export * from './types'
export { default as useForm, type InertiaForm } from './useForm'
export { usePage } from './app'
export { default as useRemember } from './useRemember'

export { resolvePageComponent } from '@inertiajs-revamped/core'

export * from './types'

export type {
ActiveVisit,
Component,
Expand Down

0 comments on commit 0b03808

Please sign in to comment.