diff --git a/frontend/src/hooks/useStylus.ts b/frontend/src/hooks/useStylus.ts new file mode 100644 index 0000000..b1112d7 --- /dev/null +++ b/frontend/src/hooks/useStylus.ts @@ -0,0 +1,6 @@ +// stylus handling is now built into InkOverlay.tsx directly +// this file kept for import compatibility +export function useStylus( + _canvasRef: React.RefObject, + _svgRef: React.RefObject, +) {}