Skip to content

Commit

Permalink
fix: missing import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Mar 27, 2022
1 parent c8c2682 commit 2977a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineNuxtPlugin } from "#app";
import { useDirectusAuth } from "./composables/useDirectusAuth"

export default defineNuxtPlugin(async (nuxtApp) => {
const { fetchUser } = useDirectusAuth();
Expand Down

0 comments on commit 2977a0b

Please sign in to comment.