refac: arena model modal

This commit is contained in:
Timothy Jaeryang Baek
2024-11-18 05:22:13 -08:00
parent dc8c85c33d
commit 8eaff8033a
3 changed files with 4 additions and 4 deletions

View File

@@ -4,13 +4,13 @@
const i18n = getContext('i18n');
import Cog6 from '$lib/components/icons/Cog6.svelte';
import ModelModal from './ModelModal.svelte';
import ArenaModelModal from './ArenaModelModal.svelte';
export let model;
let showModel = false;
</script>
<ModelModal
<ArenaModelModal
bind:show={showModel}
edit={true}
{model}