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) 186 B
// custom pages/500.js !! Do not remove please or it will break build export default function Error() { return ( <> <h1>500 - Something went wrong</h1> </> ) }