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;