1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 19:14:08 +00:00
Nuxt/test/fixtures/basic/composables/nested/bar.ts

4 lines
110 B
TypeScript

export function useNestedBar () {
return 'auto imported from ~/composables/nested/bar.ts via star export'
}