style: remove unused imports

This commit is contained in:
Twig 2025-07-16 04:55:30 +02:00
parent b642deb087
commit bca209ef81
No known key found for this signature in database
5 changed files with 1 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import type { NitroFetchRequest, NitroFetchOptions } from "nitropack";
import type { NitroFetchOptions } from "nitropack";
export default async <T>(path: string, options: NitroFetchOptions<string> = {}) => {
console.log("path received:", path);