import { useEffect, useState } from 'react'; import { Card, Typography, Flex } from 'antd'; import { setValSvg } from '../../components/Global/MqttConnection'; import SvgTemplate from './SvgTemplate'; import SvgViewer from './SvgViewer'; const { Text } = Typography; const filePathSvg = '/svg/test-new.svg'; const topicMqtt = 'PIU_GGCP/Devices/PB'; const SvgCompressorA = () => { return ( ); }; export default SvgCompressorA;