Skip to content

Commit bd99a7f

Browse files
committed
hotfix: resolve useState import
Closes #136
1 parent 1d4a448 commit bd99a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/src/runtime/composables/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Ref } from 'vue'
22
import type { GqlClients } from '#build/gql'
33
import { getSdk as gqlSdk } from '#build/gql-sdk'
4-
import { useNuxtApp, useRuntimeConfig } from '#imports'
4+
import { useState, useNuxtApp, useRuntimeConfig } from '#imports'
55
import type { GqlState, GqlConfig, GqlError, OnGqlError } from '../../types'
66
import { deepmerge } from '../utils'
77

0 commit comments

Comments
 (0)