import { cn } from 'ui'
import { SignInPartner } from '@/components/interfaces/SignIn/SignInPartner'
import ForgotPasswordLayout from '@/components/layouts/SignInLayout/ForgotPasswordLayout'
import type { NextPageWithLayout } from '@/types'
const SignInPartnerPage: NextPageWithLayout = () => {
return
}
SignInPartnerPage.getLayout = (page) => (
// [Joshen] Just using this layout for the styling
div:first-child]:absolute [&>div:first-child]:px-0!',
'[&>div:last-child]:grow [&>div:last-child>main]:px-0!'
)}
>
{page}
)
export default SignInPartnerPage