UNPKG

threed-ai

Version:

'threed-ai' supporting Vite, Next, Nuxt, as a functioning, low-dependency app, a package supporting monorepos of workspaces that utilize 'ThreeJS, WebGL, React, TypeScript <r3Fiber>, GraphQL'.

9 lines (8 loc) 187 B
// custom pages/404.jsx !! Do not remove please or it will break build export default function Error() { return ( <> <h1>404 - Something went wrong</h1> </> ) }