Explorar el Código

fe-20 stackChart

master
Chunxian Zhang hace 2 años
padre
commit
d0346b4248
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      lazy-timer-fe/src/pages/Charts/Line copy.jsx

+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line copy.jsx Ver fichero

@ -0,0 +1,14 @@
import React from 'react';
import { ChartsHeader, LineChart } from '../../components';
const Line = () => (
<div className="m-4 md:m-10 mt-24 p-10 bg-white dark:bg-secondary-dark-bg rounded-3xl">
<ChartsHeader category="Line" title="Inflation Rate" />
<div className="w-full">
<LineChart />
</div>
</div>
);
export default Line;

Cargando…
Cancelar
Guardar