From 3e8a2de6e5de26f9e731ba1f7817e74a5dad5357 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Fri, 4 Nov 2022 08:02:52 -0700 Subject: [PATCH] more eslint fixes --- src/client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.ts b/src/client/index.ts index 44e2391..893c07d 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -8,7 +8,7 @@ import { hash } from 'ohash' import { nanoid } from 'nanoid' import type { DecoratedProcedureRecord } from './types' // @ts-expect-error: Nuxt auto-imports -import { useAsyncData, getCurrentInstance, onScopeDispose } from '#imports' +import { getCurrentInstance, onScopeDispose, useAsyncData } from '#imports' /** * Calculates the key used for `useAsyncData` call