revert(migrate): removes migrate modal in favour of the button we put in
This commit is contained in:
parent
a4f8c651a4
commit
8525561522
4 changed files with 111 additions and 150 deletions
|
|
@ -7,7 +7,6 @@
|
|||
import { roster } from '$lib/state.svelte';
|
||||
import { presets } from '$lib/presets';
|
||||
import TemplatePicker from '$lib/components/TemplatePicker.svelte';
|
||||
import UpgradeModal from '$lib/components/UpgradeModal.svelte';
|
||||
|
||||
let importData = $state<string | null>(null);
|
||||
let mobileView = $state<'edit' | 'preview' | 'split'>('split');
|
||||
|
|
@ -104,5 +103,3 @@
|
|||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<UpgradeModal />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue