import React from 'react'; import SigninPage from '../../components/Signin/SigninPage'; export { Page }; function Page() { return (
); }