From 6b4b511d66a085c15dcc2bf63a502df2c2c71088 Mon Sep 17 00:00:00 2001 From: Antony Kurniawan Date: Wed, 1 Oct 2025 10:11:56 +0700 Subject: [PATCH] fix: error --- src/pages/home/SvgTest.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/SvgTest.jsx b/src/pages/home/SvgTest.jsx index 3ee33f8..1b65a69 100644 --- a/src/pages/home/SvgTest.jsx +++ b/src/pages/home/SvgTest.jsx @@ -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;