/* App.svelte generated by Svelte v3.51.0 */
import {
SvelteComponent,
create_component,
destroy_component,
init,
mount_component,
noop,
safe_not_equal,
transition_in,
transition_out
} from "svelte/internal";
import MyComponent from './MyComponent.svelte';
function create_fragment(ctx) {
let mycomponent;
let current;
mycomponent = new MyComponent({
props: { prop: condition ? someValue : undefined }
});
mycomponent.$on("click", clickFunction);
return {
c() {
create_component(mycomponent.$$.fragment);
},
m(target, anchor) {
mount_component(mycomponent, target, anchor);
current = true;
},
p: noop,
i(local) {
if (current) return;