2021-06-01 23:41:08 +00:00
|
|
|
/* App.svelte generated by Svelte v3.38.2 */
|
2021-06-01 23:42:10 +00:00
|
|
|
import { create_ssr_component, missing_component, validate_component } from 'svelte/internal';
|
2021-06-01 23:41:08 +00:00
|
|
|
|
|
|
|
const App = create_ssr_component(($$result, $$props, $$bindings, slots) => {
|
2021-12-22 21:11:05 +00:00
|
|
|
const { __astro_component: Component, __astro_children, ...props } = $$props;
|
|
|
|
const children = {};
|
|
|
|
if (__astro_children != null) {
|
|
|
|
children.default = () => `<astro-fragment>${__astro_children}</astro-fragment>`;
|
|
|
|
}
|
2021-06-01 23:41:08 +00:00
|
|
|
|
2021-12-22 21:11:05 +00:00
|
|
|
return `${validate_component(Component || missing_component, 'svelte:component').$$render($$result, Object.assign(props), {}, children)}`;
|
2021-06-01 23:41:08 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
export default App;
|