|
|
@ -194,7 +194,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
|
class Component extends SvelteComponentDev {
|
|
|
|
class Component extends SvelteComponentDev {
|
|
|
|
constructor(options) {
|
|
|
|
constructor(options) {
|
|
|
|
super(options);
|
|
|
|
super(options);
|
|
|
|
init(this, options, instance, create_fragment, safe_not_equal, { things: 0, foo: 0, bar: 0, baz: 0 });
|
|
|
|
this.exportProps = { things: 0, foo: 0, bar: 0, baz: 0 };
|
|
|
|
|
|
|
|
init(this, options, instance, create_fragment, safe_not_equal, this.exportProps);
|
|
|
|
|
|
|
|
|
|
|
|
dispatch_dev("SvelteRegisterComponent", {
|
|
|
|
dispatch_dev("SvelteRegisterComponent", {
|
|
|
|
component: this,
|
|
|
|
component: this,
|
|
|
|