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

This commit is contained in:
2026-03-12 15:59:21 +00:00
parent 051ed8ba19
commit 332279c3e1

View File

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