Skip to content

Commit

Permalink
import useError for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed Feb 12, 2025
1 parent 05db8f0 commit 631947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app/plugins/session.client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: https://github.com/nuxt/module-builder/issues/141
import {} from 'nuxt/app'
import { defineNuxtPlugin, useUserSession } from '#imports'
import { defineNuxtPlugin, useUserSession, useError } from '#imports'

export default defineNuxtPlugin(async (nuxtApp) => {
if (!nuxtApp.payload.serverRendered) {
Expand Down

0 comments on commit 631947d

Please sign in to comment.