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:
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>
)