import { useLatestSighting } from "../../hooks/useLatestSighting"; const SightingCanvas = () => { const { canvasRef } = useLatestSighting(); return (