diff --git a/src/lib/Playground/PlaygroundMenu.svelte b/src/lib/Playground/PlaygroundMenu.svelte index cb3ac70e..84f9a699 100644 --- a/src/lib/Playground/PlaygroundMenu.svelte +++ b/src/lib/Playground/PlaygroundMenu.svelte @@ -11,6 +11,7 @@ import { get } from "svelte/store"; import { DataBase, setDatabase, type character } from "src/ts/storage/database"; import PlaygroundImageGen from "./PlaygroundImageGen.svelte"; + import PlaygroundParser from "./PlaygroundParser.svelte"; const playgroundChat = () => { let db = get(DataBase) @@ -75,6 +76,11 @@ }}>