refactor: move composables/stores/plugins back to project root for Nuxt auto-imports
This commit is contained in:
parent
e1daaede27
commit
bc2babbe90
5 changed files with 8 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { defineEventHandler } from 'h3'
|
||||
import { useFixtureIO } from '../../composables/useFixtureIO'
|
||||
import { useFixtureIO } from '#imports'
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
// Export snapshot of in-memory state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue