Remove unused import

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-01 14:15:34 +04:00
parent 88ee424396
commit 8f68f7116a

View File

@@ -1,5 +1,5 @@
import { EditableCell, useEditableCellRef } from "./EditableCell.tsx";
import { type KeyboardEventHandler, useEffect, useRef, useState } from "react";
import { type KeyboardEventHandler, useRef, useState } from "react";
import { useEditableRowContext } from "./EditableRow.tsx";
type Props = {