Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx

This commit is contained in:
2026-03-10 19:17:18 +00:00
parent e047386b71
commit 55aeffb1f3

View File

@@ -1,4 +1,4 @@
import React from 'react';
import React, { SVGAttributes } from 'react';
interface SvgTextLogoProps {
text: string;