style: remove //@ts-lint which caused warning

This commit is contained in:
Felix Zedén Yverås 2024-07-17 21:34:43 +02:00
parent 3659ba9143
commit 471d2ebdf0

View File

@ -1,5 +1,3 @@
// @ts-check
import { useTransform } from "../hooks";
import { createContext, useCallback, useMemo, useState } from "react";
import { useEventListener, useResizeObserver } from "usehooks-ts";