master
mahdi andalib 3 years ago
parent a9027fdee6
commit ac35dade0f
  1. 2
      src/App.js
  2. 2
      src/components/Chart/SimpleBarChart/index.js

@ -77,7 +77,7 @@ function App() {
{/* <CourseChapter /> */}
{/* <SidebarMenu /> */}
{/* <SidebarDesign2 /> */}
{/* <SimpleBarChart /> */}
<SimpleBarChart />
</div>
</Provider>
);

@ -14,7 +14,7 @@ import {
ResponsiveContainer,
} from "recharts";
const SimpleBarChart = ({ data, buttons }) => {
function SimpleBarChart ({ data, buttons }) {
return (
<section className="bg-white w-11/12 mx-auto my-20 p-7 rounded-lg shadow-lg">
{/* top */}

Loading…
Cancel
Save