forked from abner/for-legacy-web
Port modal / popover context.
This commit is contained in:
@@ -17,7 +17,7 @@ import { FormReset, FormSendReset } from "./forms/FormReset";
|
||||
|
||||
export default function Login() {
|
||||
const theme = useContext(ThemeContext);
|
||||
const { client } = useContext(AppContext);
|
||||
const client = useContext(AppContext);
|
||||
|
||||
return (
|
||||
<div className={styles.login}>
|
||||
|
||||
Reference in New Issue
Block a user