mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
6 lines
141 B
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>
|