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

@@ -1,7 +1,6 @@
import { showModal } from '../modals/modalTools';
import { get } from 'svelte/store';
import newQuery from '../query/newQuery';
import ImportExportModal from '../modals/ImportExportModal.svelte';
import getElectron from './getElectron';
import { currentDatabase, extensions, getCurrentDatabase } from '../stores';
import { getUploadListener } from './uploadFiles';