Skip to content

Commit 9e33732

Browse files
committed
chore: missing import
1 parent cc5e01b commit 9e33732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { fetch } from 'ofetch'
44
import { defu } from 'defu'
55
import type { NitroConfig } from 'nitropack'
66
import { joinURL } from 'ufo'
7-
import { join } from 'pathe'
7+
import { join, resolve } from 'pathe'
88
import { createStorage } from 'unstorage'
99
import fsDriver from 'unstorage/drivers/fs-lite'
1010

0 commit comments

Comments
 (0)