Skip to content

Commit

Permalink
Update CodeBox.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 16, 2024
1 parent 31884d4 commit 264fbbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/admin_panel/src/lib/CodeBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import { xml } from "@codemirror/lang-xml";
import { oneDark } from "@codemirror/theme-one-dark";
import { xml_schema } from "./CodeBox_Constants";
import { node_hover } from "./CodeBox_Constants";
import { node_hover, xml_schema } from "./CodeBox_Constants";
import { behaviour_tree_xml_code } from "../store/behaviour_tree_code_store";
import CodeMessagingBar from "./CodeMessagingBar.svelte";
Expand Down

0 comments on commit 264fbbf

Please sign in to comment.