p.textContent="We use cookies to improve your experience, personalise your content and analyse site usage. By clicking “OK”, you agree to the use of cookies.";
this.c=noop;
add_location(p,file,19,8,248);
add_location(div0,file,18,4,233);
attr_dev(div1,"id","wrapper");
add_location(div1,file,17,0,209);
},
l:functionclaim(nodes){
thrownewError("options.hydrate only works if the component was compiled with the `hydratable: true` option");
},
m:functionmount(target,anchor){
insert_dev(target,div1,anchor);
append_dev(div1,div0);
append_dev(div0,p);
},
p:noop,
i:noop,
o:noop,
d:functiondestroy(detaching){
if(detaching)detach_dev(div1);
}
};
dispatch_dev("SvelteRegisterBlock",{
block,
id:create_fragment.name,
type:"component",
source:"",
ctx
});
returnblock;
}
functioninstance($$self,$$props,$$invalidate){
let{$$slots:slots={},$$scope}=$$props;
validate_slots('cookies-dialog',slots,[]);
onMount(()=>{
});
constwritable_props=[];
Object.keys($$props).forEach(key=>{
if(!~writable_props.indexOf(key)&&key.slice(0,2)!=='$$'&&key!=='slot')console.warn(`<cookies-dialog> was created with unknown prop '${key}'`);