Skip to content

Commit

Permalink
chore: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 16, 2024
1 parent cc5e01b commit 9e33732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fetch } from 'ofetch'
import { defu } from 'defu'
import type { NitroConfig } from 'nitropack'
import { joinURL } from 'ufo'
import { join } from 'pathe'
import { join, resolve } from 'pathe'
import { createStorage } from 'unstorage'
import fsDriver from 'unstorage/drivers/fs-lite'

Expand Down

0 comments on commit 9e33732

Please sign in to comment.