|
|
|
@ -51,7 +51,7 @@ export function mount_component(component, target, anchor) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export function destroy_component(component, detaching) {
|
|
|
|
|
if (component.$$) {
|
|
|
|
|
if (component.$$.fragment) {
|
|
|
|
|
run_all(component.$$.on_destroy);
|
|
|
|
|
|
|
|
|
|
if (detaching) component.$$.fragment.d(1);
|
|
|
|
|