Fixing order

- Changing paragraph content.
pull/6213/head
BabakFP 5 years ago committed by GitHub
parent 01bdc5aebb
commit e64a051d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,9 @@
import Nested from './Nested.svelte';
</script>
<p>Hello, Svelte!</p>
<Nested/>
<style>
p {
color: purple;
@ -9,6 +12,3 @@
font-size: 2em;
}
</style>
<p>This is a paragraph.</p>
<Nested/>
Loading…
Cancel
Save