Skip to content

Commit 5966a58

Browse files
committed
compact
1 parent 4d1231a commit 5966a58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/preview.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import type {WebSocket} from "ws";
1616
import {WebSocketServer} from "ws";
1717
import type {Config} from "./config.js";
1818
import {readConfig} from "./config.js";
19-
import type {LoaderResolver} from "./dataloader.js";
20-
import type {LoadEffects} from "./dataloader.js";
19+
import type {LoadEffects, LoaderResolver} from "./dataloader.js";
2120
import {HttpError, isEnoent, isHttpError, isSystemError} from "./error.js";
2221
import {getClientPath} from "./files.js";
2322
import type {FileWatchers} from "./fileWatchers.js";

0 commit comments

Comments
 (0)