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

6 lines
142 B
Vue

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