feat: add readonly to test pipeline

This commit is contained in:
Zamitto 2025-02-18 22:32:13 -03:00
parent 58855a93a8
commit 923601bdef

View file

@ -15,7 +15,7 @@ export function Button({
theme = "primary",
className,
...props
}: ButtonProps) {
}: Readonly<ButtonProps>) {
return (
<button
type="button"