Skip to content

Commit

Permalink
Merge pull request #348 from Ansh101112/api
Browse files Browse the repository at this point in the history
external content removed
  • Loading branch information
usha-madithati authored Jun 28, 2024
2 parents 8d8f275 + 2be61f1 commit d4a8dc9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Dashboards/AdminD.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,7 @@ const AdminD = () => {
))}
</ul>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-8">
<div className="bg-white shadow-md rounded-lg p-4">
<h2 className="text-xl font-semibold mb-4">Sales Data</h2>
<Bar data={barData} />
</div>
<div className="bg-white shadow-md rounded-lg p-4">
<h2 className="text-xl font-semibold mb-4">Revenue Data</h2>
<Line data={lineData} />
</div>
</div>

<div className="bg-white shadow-md rounded-lg p-4 mb-8">
<h2 className="text-xl font-semibold mb-4">Users</h2>
<table className="min-w-full bg-white">
Expand Down

0 comments on commit d4a8dc9

Please sign in to comment.