mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 12:24:47 +00:00
7 lines
86 B
Svelte
7 lines
86 B
Svelte
<script context="module">
|
|
export function preload() {
|
|
return '$&';
|
|
}
|
|
</script>
|
|
|
|
$& |