Import ComfyReroute
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import ComfyApp from "$lib/components/ComfyApp.svelte"
|
||||
import "litegraph.js/css/litegraph.css";
|
||||
import "@litegraph-ts/core/css/litegraph.css";
|
||||
</script>
|
||||
|
||||
<ComfyApp/>
|
||||
|
||||
@@ -9,8 +9,8 @@ type OutputProps = {}
|
||||
// contain a `PageLoad` type with a `params` and `data` object that matches our route.
|
||||
// You need to run the dev server or `svelte-kit sync` to generate them.
|
||||
export const load: PageLoad<OutputProps> = async ({
|
||||
params,
|
||||
data,
|
||||
params,
|
||||
data,
|
||||
}) => {
|
||||
return {}
|
||||
return {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user