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