Basic UI layout

This commit is contained in:
space-nuko
2023-04-04 17:51:26 -05:00
parent 3353a2610f
commit a4a37755fa
7 changed files with 150 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
<script lang="ts">
import { SvelteUIProvider } from '@svelteuidev/core';
import ComfyApp from "$lib/components/ComfyApp.svelte"
</script>
<ComfyApp/>
<SvelteUIProvider themeObserver="light">
<ComfyApp/>
</SvelteUIProvider>