소스 검색

fe-20 stackChart

master
Chunxian Zhang 2 년 전
부모
커밋
d0346b4248
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      lazy-timer-fe/src/pages/Charts/Line copy.jsx

+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line copy.jsx 파일 보기

@ -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;

불러오는 중...
취소
저장