Skip to content

Commit c688763

Browse files
[autofix.ci] apply automated fixes
1 parent c6a4abc commit c688763

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/prerender.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import { createRouter as createRadixRouter, toRouteMatcher } from "radix3";
66
import { defu } from "defu";
77
import { createNitro } from "./nitro";
88
import { build } from "./build";
9-
import type {
10-
Nitro,
11-
NitroRouteRules,
12-
PrerenderGenerateRoute,
13-
} from "./types";
9+
import type { Nitro, NitroRouteRules, PrerenderGenerateRoute } from "./types";
1410
import { writeFile } from "./utils";
1511
import { compressPublicAssets } from "./compress";
1612

0 commit comments

Comments
 (0)