self review

This commit is contained in:
Elio Bischof
2023-06-08 07:42:35 +02:00
parent 9f8a24ad7c
commit a8a3001db5
4 changed files with 8 additions and 10 deletions

View File

@@ -8,7 +8,6 @@ import React, {
InputHTMLAttributes,
ReactNode,
} from "react";
import { v4 as uuidv4 } from "uuid";
export type TextInputProps = DetailedHTMLProps<
InputHTMLAttributes<HTMLInputElement>,
@@ -55,7 +54,6 @@ export const TextInput = forwardRef<HTMLInputElement, TextInputProps>(
},
ref
) => {
const id = uuidv4();
return (
<label className="flex flex-col text-12px text-input-light-label dark:text-input-dark-label">
<span