fix build errors
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m49s
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m49s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user