forked from abner/for-legacy-web
Port modal / popover context.
This commit is contained in:
@@ -3,7 +3,7 @@ import { useContext } from "preact/hooks";
|
||||
import { Form } from "./Form";
|
||||
|
||||
export function FormCreate() {
|
||||
const { client } = useContext(AppContext);
|
||||
const client = useContext(AppContext);
|
||||
|
||||
return (
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user