fix build errors
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m49s

This commit is contained in:
2026-05-25 14:12:27 +03:00
parent 3caf0153dd
commit 4a2e3e665c
4 changed files with 5 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ import {
IconLogout,
IconSettings2,
IconUsers,
type Icon,
type IconProps,
} from "@tabler/icons-react";
import {
@@ -32,9 +33,7 @@ import CustomButton from "Components/CustomButton/CustomButton";
interface SubtleLinkButtonProps {
link: string;
Icon: ForwardRefExoticComponent<
IconProps & React.RefAttributes<SVGSVGElement>
>;
Icon: ForwardRefExoticComponent<IconProps & React.RefAttributes<Icon>>;
text: string;
color: string;
selected?: boolean;