Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed May 9, 2023
1 parent 59fdc73 commit 8db2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedg-app/src/views/editor/json.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useCurrentMessageStore } from "../../state/message";
import { json, jsonParseLinter } from "@codemirror/lang-json";
import { githubDark } from "@uiw/codemirror-theme-github";
import { linter, lintGutter } from "@codemirror/lint";
import { messageSchema, parseMessageWithAction } from "../../discord/schema";
import { parseMessageWithAction } from "../../discord/restoreSchema";
import { useNavigate } from "react-router-dom";

export default function JsonView() {
Expand Down

0 comments on commit 8db2ded

Please sign in to comment.