Skip to content

Commit

Permalink
add useState form #imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aborn committed Jun 10, 2022
1 parent 696508e commit 6a686f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-openid-connect",
"version": "0.1.1",
"version": "0.1.2",
"description": "An nuxt 3 module with OpenID-Connect(OIDC) implemetation",
"keywords": [
"nuxt",
Expand Down
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 { useState } from '#imports'

interface UseState {
user: any,
Expand Down

0 comments on commit 6a686f1

Please sign in to comment.