AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a83a247a70d72792c70ddda41d770e23892aa0d2
parent e95e6ff8bedbba2274183347e858ce26162e024a
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 23 Oct 2025 08:26:19 +0900

feat(draw): integrate DrawingApp component

Diffstat:
Mapp/components/2_draw.tsx | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/components/2_draw.tsx b/app/components/2_draw.tsx @@ -9,7 +9,6 @@ import type Konva from 'konva'; const SecondDraw: React.FC<StageProps> = ({ onComplete }) => { return( <div> - <h1>this is draw</h1> <DrawingApp onComplete={onComplete}/> </div> )