added comp_systems and modular instances frontend
This commit is contained in:
@@ -16,7 +16,6 @@ import {
|
||||
IconLogout,
|
||||
IconSettings2,
|
||||
IconUsers,
|
||||
type Icon,
|
||||
type IconProps,
|
||||
} from "@tabler/icons-react";
|
||||
import { Link, useLocation } from "react-router";
|
||||
@@ -28,7 +27,9 @@ import CustomButton from "Components/CustomButton/CustomButton";
|
||||
|
||||
interface SubtleLinkButtonProps {
|
||||
link: string;
|
||||
Icon: ForwardRefExoticComponent<IconProps & React.RefAttributes<Icon>>;
|
||||
Icon: ForwardRefExoticComponent<
|
||||
IconProps & React.RefAttributes<SVGSVGElement>
|
||||
>;
|
||||
text: string;
|
||||
color: string;
|
||||
selected?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user