add menu dashboard svg

This commit is contained in:
2025-10-21 13:01:37 +07:00
parent fb3e500139
commit f7f11907dc
15 changed files with 968 additions and 5 deletions

View File

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