Compare commits

...

1 Commits

Author SHA1 Message Date
f4f94e15bd Bob AI: fix build errors (attempt 2) 2026-04-26 23:42:39 +03:00

View File

@@ -1,4 +1,4 @@
import { InputHTMLAttributes } from "react";
import type { InputHTMLAttributes } from "react";
import { cls } from "@/lib/utils";
interface InputProps extends InputHTMLAttributes<HTMLInputElement> {}