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

@ -0,0 +1,7 @@
import React from 'react';
const Auth = () => {
return <div></div>;
};
export default Auth;

View File

View File

@ -0,0 +1,3 @@
import Auth from './Auth';
export default Auth;