mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
13 lines
156 B
HTML
13 lines
156 B
HTML
<Imported/>
|
|
<NonImported/>
|
|
|
|
<script>
|
|
import Imported from 'Imported.html';
|
|
|
|
export default {
|
|
components: {
|
|
Imported,
|
|
NonImported
|
|
}
|
|
};
|
|
</script> |