import React from 'react' import LoginCom from '../components/auth/LoginCom' export default function LoginPage() { return ( ) }