Skip to content

Commit c31e115

Browse files
committed
_codeBlocks.tsのimport元の修正し忘れ
1 parent 721ffc1 commit c31e115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/websocket/_codeBlock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Change, Socket, wrap } from "../../deps/socket.ts";
2+
import { TinyCodeBlock } from "../../rest/getCodeBlocks.ts";
23
import { HeadData } from "./pull.ts";
34
import { getProjectId, getUserId } from "./id.ts";
45
import { pushWithRetry } from "./_fetch.ts";
5-
import { TinyCodeBlock } from "./getCodeBlocks.ts";
66

77
/** コードブロックのタイトル行の情報を保持しておくためのinterface */
88
export interface CodeTitle {

0 commit comments

Comments
 (0)