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