Skip to content

Commit 78ca9ad

Browse files
committed
Update use-explorer.ts
1 parent 3e01bb6 commit 78ca9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/use-explorer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ type ExplorerState = {
1010
setTool: (tool: ExplorerState['tool']) => void;
1111

1212
jsCode: string;
13-
setJsCode: (JSCode: string) => void;
13+
setJsCode: (jsCode: string) => void;
1414

1515
jsonCode: string;
16-
setJsonCode: (JSONCode: string) => void;
16+
setJsonCode: (jsonCode: string) => void;
1717

1818
language: string;
1919
setLanguage: (language: string) => void;

0 commit comments

Comments
 (0)