paimon-moe-fork/src/routes/index.svelte

6 lines
121 B
Svelte
Raw Normal View History

2020-10-26 22:59:21 +00:00
<script context="module">
export async function preload() {
return this.redirect(302, 'characters');
}
</script>