add filter

This commit is contained in:
Hope87
2021-06-01 17:28:09 +03:00
parent bc5af60fac
commit 0c3d99f039
13 changed files with 77 additions and 159 deletions

View File

@ -10,7 +10,6 @@ const Auth = ({ setAuthed }) => {
className={style.auth__btn}
onClick={() => {
setAuthed(true);
// localStorage.setItem('auth', 'true');
}}
>
Log in

View File

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