Crie o formulário a seguir com os seguintes campos:
FICHA CADASTRAL SUPERGYM
Nome: ____________________
Sobrenome: ________________
Data de Nascimento: __/__/____
| code --install-extension cesium.gltf-vscode | |
| code --install-extension ckolkman.vscode-postgres | |
| code --install-extension dbaeumer.vscode-eslint | |
| code --install-extension donjayamanne.githistory | |
| code --install-extension eamodio.gitlens | |
| code --install-extension eg2.tslint | |
| code --install-extension humao.rest-client | |
| code --install-extension mikestead.dotenv | |
| code --install-extension ms-python.python | |
| code --install-extension ms-vscode.cpptools |
| import { useContext, useState, updateState, setState, useEffect } from "react"; | |
| import AppContext from "../components/AppContext"; | |
| import { useRouter } from "next/router"; | |
| import { Web5 } from "@web5/api"; | |
| import Ajv from "ajv"; | |
| /*import { webcrypto } from "node:crypto"; | |
| // @ts-ignore | |
| if (!globalThis.crypto) globalThis.crypto = webcrypto;*/ |