diff --git a/utils/handleBraketSize.ts b/utils/handleBraketSize.ts deleted file mode 100644 index c576e0b66..000000000 --- a/utils/handleBraketSize.ts +++ /dev/null @@ -1,7 +0,0 @@ -export const useContainerSize = ( - containerRef: React.RefObject -) => { - const width = containerRef.current?.clientWidth; - const height = containerRef.current?.clientHeight; - return { width, height }; -};