diff --git a/frontend/src/lib/components/apps/editor/AppPreview.svelte b/frontend/src/lib/components/apps/editor/AppPreview.svelte new file mode 100644 index 0000000000..ccd0293aa5 --- /dev/null +++ b/frontend/src/lib/components/apps/editor/AppPreview.svelte @@ -0,0 +1,66 @@ + + +
+ {#if $appStore.grid} +
+ +
+ {/if} +
diff --git a/frontend/src/routes/apps/get/[...path].svelte b/frontend/src/routes/apps/get/[...path].svelte index ee560618ec..0b6222ab87 100644 --- a/frontend/src/routes/apps/get/[...path].svelte +++ b/frontend/src/routes/apps/get/[...path].svelte @@ -9,6 +9,7 @@