mirror of https://github.com/sveltejs/svelte
5 lines
87 B
5 lines
87 B
7 years ago
|
<script>
|
||
|
import x from 'x';
|
||
|
import { y } from 'y';
|
||
|
import * as z from 'z';
|
||
|
</script>
|