Fixed comp problems

This commit is contained in:
SamTV12345 2024-12-22 16:53:45 +01:00 committed by SamTV12345
parent 7545771dbc
commit 840fc982c4
3 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
import {FC, ReactElement} from "react";
import {FC, JSX, ReactElement} from "react";
export type IconButtonProps = {
icon: JSX.Element,