mirror of https://github.com/sveltejs/svelte
4 lines
53 B
4 lines
53 B
8 years ago
|
export default {
|
||
|
html: `<p>nested component</p>`
|
||
|
};
|