diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 5348285..03e6d02 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;