--- title: Nested components --- It would be impractical to put your entire app in a single component. Instead, we can import components from other files and include them as though we were including elements. Add a ` ``` ...then add it to the markup: ```html

This is a paragraph.

``` Notice that even though `Nested.svelte` has a `

` element, the styles from `App.svelte` don't leak in.