finished home page

This commit is contained in:
Hope87
2021-05-26 17:41:11 +03:00
parent e5c8aa5f43
commit c9d216558e
8 changed files with 114 additions and 34 deletions

View File

@ -1,11 +1,6 @@
import React from 'react';
import Auth from '../components/Auth';
const AuthPage = () => {
return (
<div>
AuthPage
</div>
);
};
const AuthPage = () => <Auth />;
export default AuthPage;
export default AuthPage;