removed ImportExportModal

This commit is contained in:
SPRINX0\prochazka
2024-09-17 15:19:45 +02:00
parent fc6a43b4fe
commit 3357295d98
11 changed files with 0 additions and 220 deletions

View File

@@ -47,8 +47,6 @@
import { registerFileCommands } from '../commands/stdCommands';
import VerticalSplitter from '../elements/VerticalSplitter.svelte';
import ImportExportModal from '../modals/ImportExportModal.svelte';
import { showModal } from '../modals/modalTools';
import AceEditor from '../query/AceEditor.svelte';
import RunnerOutputPane from '../query/RunnerOutputPane.svelte';
import useEditorData from '../query/useEditorData';