Skip to content

Commit

Permalink
chore: single line
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 18, 2024
1 parent b58f5cf commit 2f50329
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/runtime/composables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ import { reactive } from 'vue'

import type { AsyncData, AsyncDataOptions } from 'nuxt/app'
import type { SanityClient, ClientConfig } from './client'
import {
useNuxtApp,
useRuntimeConfig,
useAsyncData,
useLazyAsyncData,
createSanityClient,
} from '#imports'
import { useNuxtApp, useRuntimeConfig, useAsyncData, useLazyAsyncData, createSanityClient } from '#imports'

export interface SanityHelper {
client: SanityClient
Expand Down

0 comments on commit 2f50329

Please sign in to comment.