From d0346b424892b610d6cb15978e03419172436771 Mon Sep 17 00:00:00 2001 From: Chunxian Zhang <1836891291@qq.com> Date: Sat, 9 Jul 2022 01:17:55 +0800 Subject: [PATCH] fe-20 stackChart --- lazy-timer-fe/src/pages/Charts/Line copy.jsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lazy-timer-fe/src/pages/Charts/Line copy.jsx diff --git a/lazy-timer-fe/src/pages/Charts/Line copy.jsx b/lazy-timer-fe/src/pages/Charts/Line copy.jsx new file mode 100644 index 0000000..66e2b8b --- /dev/null +++ b/lazy-timer-fe/src/pages/Charts/Line copy.jsx @@ -0,0 +1,14 @@ +import React from 'react'; + +import { ChartsHeader, LineChart } from '../../components'; + +const Line = () => ( +
+ +
+ +
+
+); + +export default Line;