From 89ada6ae3644d5e27d77beac7a1764f74bbc9ec1 Mon Sep 17 00:00:00 2001 From: Chunxian Zhang <1836891291@qq.com> Date: Thu, 7 Jul 2022 01:15:25 +0800 Subject: [PATCH] =?UTF-8?q?fe-17=20=E5=AE=8C=E6=88=90=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lazy-timer-fe/src/pages/Charts/Line.jsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lazy-timer-fe/src/pages/Charts/Line.jsx diff --git a/lazy-timer-fe/src/pages/Charts/Line.jsx b/lazy-timer-fe/src/pages/Charts/Line.jsx new file mode 100644 index 0000000..66e2b8b --- /dev/null +++ b/lazy-timer-fe/src/pages/Charts/Line.jsx @@ -0,0 +1,14 @@ +import React from 'react'; + +import { ChartsHeader, LineChart } from '../../components'; + +const Line = () => ( +
+ +
+ +
+
+); + +export default Line;