diff --git a/src/components/Inputs/Button.tsx b/src/components/Inputs/Button.tsx index e24569e..078bbfa 100644 --- a/src/components/Inputs/Button.tsx +++ b/src/components/Inputs/Button.tsx @@ -1,8 +1,7 @@ -import React, { MouseEventHandler, useCallback } from "react"; +import { MouseEventHandler, useCallback } from "react"; import { Link } from "./Link"; import { Ico, Icon } from "components/Ico"; import { cIf, cJoin } from "helpers/className"; -import { ConditionalWrapper, Wrapper } from "helpers/component"; import { isDefined, isDefinedAndNotEmpty } from "helpers/others"; import { TranslatedProps } from "types/TranslatedProps"; import { useSmartLanguage } from "hooks/useSmartLanguage"; @@ -45,10 +44,7 @@ export const Button = ({ disabled, size = "normal", }: Props): JSX.Element => ( - +
{text}

}
-
+ ); /* @@ -110,19 +106,3 @@ export const TranslatedButton = ({ return