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

This commit is contained in:
2026-03-10 19:24:48 +00:00
parent c37f2ff48d
commit 332e2142fb

View File

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