1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-14 04:34:04 +00:00

Import organisation

This commit is contained in:
2023-05-29 17:08:52 +02:00
parent 5015a47495
commit a7727eaa84
3 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
<script>
import { jsonLooseParse } from '$lib/strings';
import { createEventDispatcher, onDestroy } from 'svelte';
import Icon from './icon.svelte';
import Modal from './modal.svelte';
import { createEventDispatcher, onDestroy } from 'svelte';
import ObjectEditor from './objecteditor.svelte';
import { jsonLooseParse } from '$lib/strings';
export let data;
export let saveable = false;