mirror of https://github.com/sveltejs/svelte
parent
4a142ea71e
commit
8c9cc8bf2a
@ -1,12 +0,0 @@
|
||||
<script>
|
||||
import ComponentSelector from './ComponentSelector.svelte';
|
||||
import ModuleEditor from './ModuleEditor.svelte';
|
||||
|
||||
export let error;
|
||||
export let errorLoc;
|
||||
export let warnings; // TODO use context
|
||||
</script>
|
||||
|
||||
<ComponentSelector/>
|
||||
|
||||
<ModuleEditor {error} {errorLoc} {warnings}/>
|
Loading…
Reference in new issue