UNPKG

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.

12 lines (8 loc) 267 B
// ** Demo Components Imports import Edit from '~/views/apps/invoice/edit/Edit' // ** Third Party Styles Imports // import 'react-datepicker/dist/react-datepicker.css' const InvoiceEdit = () => { return <Edit id='4987' /> } export default InvoiceEdit