13 lines
494 B
JavaScript
13 lines
494 B
JavaScript
|
|
|
|
export const index = 0;
|
|
let component_cache;
|
|
export const component = async () => component_cache ??= (await import('../entries/fallbacks/layout.svelte.js')).default;
|
|
export const universal = {
|
|
"ssr": false
|
|
};
|
|
export const universal_id = "src/routes/+layout.ts";
|
|
export const imports = ["_app/immutable/nodes/0.DCFqwZUk.js","_app/immutable/chunks/VCsPq5MH.js","_app/immutable/chunks/QnfpkG_Q.js","_app/immutable/chunks/L6H5smAl.js"];
|
|
export const stylesheets = [];
|
|
export const fonts = [];
|