Files
helium/app/pages/sign-up/[...slug].vue

6 lines
141 B
Vue

<template>
<div class="flex h-full w-full items-center justify-center">
<SignUp routing="path" path="/sign-up" />
</div>
</template>