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.

9 lines (6 loc) 193 B
// ** Demo Components Imports import Preview from '~/views/apps/invoice/preview/Preview' const InvoicePreview = () => { return <Preview id='4987' /> } export default InvoicePreview