style: remove unused imports
This commit is contained in:
parent
b642deb087
commit
bca209ef81
5 changed files with 1 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue