finished home page
This commit is contained in:
7
src/components/Auth/Auth.js
Normal file
7
src/components/Auth/Auth.js
Normal file
@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const Auth = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default Auth;
|
0
src/components/Auth/Auth.module.scss
Normal file
0
src/components/Auth/Auth.module.scss
Normal file
3
src/components/Auth/index.js
Normal file
3
src/components/Auth/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import Auth from './Auth';
|
||||
|
||||
export default Auth;
|
Reference in New Issue
Block a user