Skip to content

Commit

Permalink
fix: import nuxt composables from #imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 7, 2023
1 parent 641dca9 commit 6fdb238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt/runtime/templates/motion.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MotionPlugin } from '@vueuse/motion'
import { defineNuxtPlugin, useRuntimeConfig } from '#app'
import { defineNuxtPlugin, useRuntimeConfig } from '#imports'

export default defineNuxtPlugin(
(nuxtApp) => {
Expand Down

0 comments on commit 6fdb238

Please sign in to comment.