/* App.svelte generated by Svelte v3.26.0 */
import {
SvelteComponent,
action_destroyer,
detach,
element,
init,
insert,
noop,
safe_not_equal,
space,
text
} from "svelte/internal";
function create_fragment(ctx) {
let t0;
let t1;
let div;
let first_action;
let mounted;
let dispose;
return {
c() {
t0 = text(/*num*/ ctx[0]);
t1 = space();
div = element("div");
},
m(target, anchor) {
insert(target, t0, anchor);
insert(target, t1, anchor);
insert(target, div, anchor);
if (!mounted) {
dispose = action_destroyer(first_action = first.call(null, div));
mounted = true;