add filter
This commit is contained in:
@ -10,7 +10,6 @@ const Auth = ({ setAuthed }) => {
|
||||
className={style.auth__btn}
|
||||
onClick={() => {
|
||||
setAuthed(true);
|
||||
// localStorage.setItem('auth', 'true');
|
||||
}}
|
||||
>
|
||||
Log in
|
||||
|
@ -1,3 +0,0 @@
|
||||
import Auth from './Auth';
|
||||
|
||||
export default Auth;
|
Reference in New Issue
Block a user