Skip to content

Commit

Permalink
πŸ”§ fix: import μœ„μΉ˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Dec 2, 2024
1 parent 9f8ca40 commit f6eeae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/hooks/useMouseMove.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MouseEvent, RefObject, useRef, useState } from 'react';
import { MousePositionType } from '../components/StocksDetail/Chart.tsx';
import { MousePositionType } from '../types.ts';

export const useMouseMove = (containerRef: RefObject<HTMLDivElement>) => {
const rafRef = useRef<number>();
Expand Down

0 comments on commit f6eeae2

Please sign in to comment.