Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 23, 2024
1 parent 00365cb commit 11cbd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/pages/+Head.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Head } from '../layouts/HeadDefault.vue'
export { default } from '../layouts/HeadDefault.vue'
2 changes: 1 addition & 1 deletion examples/basic/pages/+Layout.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Layout } from '../layouts/LayoutDefault.vue'
export { default } from '../layouts/LayoutDefault.vue'

0 comments on commit 11cbd8a

Please sign in to comment.