diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 3ff930b..dd16ee1 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { SVGAttributes } from 'react'; interface SvgTextLogoProps { text: string;