From 201321e7379ebc00a80fd48415ece152481801fb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 28 四月 2024 15:09:11 +0800
Subject: [PATCH] #

---
 src/pages/left/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx
index dd323b4..a669749 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -5,7 +5,7 @@
 
 import Panel from '@/components/panel';
 
-// import Buffer from './modules/Buffer';
+import StockCharts from './components/stock-charts';
 // import Task from './modules/Task';
 // import AgvPanel from './modules/AgvPanel';
 
@@ -30,7 +30,7 @@
         >
             <div className="h-full overflow-auto">
                 <Panel title="搴撴埧鎯呭喌">
-                    {/* <Buffer /> */}
+                    <StockCharts />
                 </Panel>
                 <Panel title="搴撳瓨绫诲瀷">
                     {/* <Task /> */}

--
Gitblit v1.9.1