Failed to compile
./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
3 | import { makeReal } from '../makeReal'
4 |
5 | export function MakeRealButton() {
6 | const editor = useEditor()
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
This error occurred during the build process and can only be dismissed by fixing the error.
Failed to compile
./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
This error occurred during the build process and can only be dismissed by fixing the error.