Skip to content

Commit

Permalink
chore: combine import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 9, 2023
1 parent a89e2fa commit 71d67ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuxt/src/app/composables/payload.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { joinURL } from 'ufo'
import { useNuxtApp } from '../nuxt'
import { useRuntimeConfig } from '../nuxt'
import { useNuxtApp, useRuntimeConfig } from '../nuxt'
import { useHead } from './head'

interface LoadPayloadOptions {
Expand Down

0 comments on commit 71d67ad

Please sign in to comment.