Import ComfyReroute
This commit is contained in:
@@ -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