mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
9 lines
199 B
Svelte
9 lines
199 B
Svelte
<script lang="ts">
|
|
import ComponentInner from './apps/editor/component/ComponentInner.svelte'
|
|
|
|
// import AppPreview from './apps/editor/AppPreview.svelte'
|
|
|
|
// AppPreview
|
|
ComponentInner
|
|
</script>
|