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