pull/5870/head
Simon H 5 years ago committed by GitHub
parent 62224a5839
commit a1a0585fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ import {
} from "svelte/internal";
function add_css(target) {
append_styles(target, "1a7i8ec", "p.svelte-1a7i8ec{color:red}");
append_styles(target, "svelte-1a7i8ec", "p.svelte-1a7i8ec{color:red}");
}
function create_fragment(ctx) {
@ -60,4 +60,4 @@ class Component extends SvelteComponent {
}
}
export default Component;
export default Component;

Loading…
Cancel
Save