Basic UI layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user