@ -1,11 +1,4 @@
<script>
import { getContext } from "svelte"
const component = getContext("component")
const { styleable } = getContext("sdk")
</script>
<div use:styleable={$component.styles}>
<div>
<h1>Screen Slot</h1>
<span>
The screens that you create will be displayed inside this box.