This commit is contained in:
2026-02-02 23:57:01 +08:00
parent 76749549ff
commit eaf97b8279
67 changed files with 106 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
import { LightButton } from "@/components/ui/buttons";
import Input from "@/components/ui/Input";
import { Input } from "@/components/ui/Input";
import { LocaleSelector } from "@/components/ui/LocaleSelector";
import { X } from "lucide-react";
import { useRef, useState } from "react";
@@ -16,7 +16,7 @@ interface AddTextPairModalProps {
) => void;
}
export default function AddTextPairModal({
export function AddTextPairModal({
isOpen,
onClose,
onAdd,