diff --git a/src/runtime/plugin.ts b/src/runtime/plugin.ts index 5ab1d31..007c39c 100644 --- a/src/runtime/plugin.ts +++ b/src/runtime/plugin.ts @@ -1,10 +1,9 @@ //@ts-ignore -import { defineNuxtPlugin } from '#app' +import { defineNuxtPlugin } from "#app"; import useStateMachineInput from "./composables/useStateMachineInput"; -export { useStateMachineInput }; export default defineNuxtPlugin(() => { - useStateMachineInput - console.log('Plugin injected by nuxt-rive!') -}) \ No newline at end of file + useStateMachineInput; + console.log("Plugin injected by nuxt-rive!"); +});