fix: error

This commit is contained in:
2025-10-01 10:11:56 +07:00
parent 9dabbd60ea
commit 6b4b511d66

View File

@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';
import { Card, Typography, Flex } from 'antd';
import { ReactSVG } from 'react-svg';
// import { ReactSVG } from 'react-svg';
import { setValSvg } from '../../components/Global/MqttConnection';
const { Text } = Typography;