<script setup>
definePageMeta({
redirect: to => {
return { name: 'forms-slug-show-submissions'}
}
})
</script>