react-garden
Version:
React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.
42 lines (38 loc) • 747 B
text/typescript
import checkout from "~/@fake-db/pages/users/new-user/schemas/form"
const {
formField: {
firstName,
lastName,
company,
email,
password,
repeatPassword,
address1,
address2,
city,
zip,
twitter,
facebook,
instagram,
publicEmail,
bio,
},
} = checkout
const initialValues = {
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
[]: "",
}
export default initialValues