<script context="module">
export async function preload() {
return this.redirect(302, 'characters');
}
</script>