Skip to content

Commit 836d1d5

Browse files
Amir SohelAmir Sohel
authored andcommitted
remove files
1 parent 2e95001 commit 836d1d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Components/Charts/BarChart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { ResponsiveBar } from '@nivo/bar'
22
import React, { Fragment } from "react"
3-
import DataProvider from "../../Data-provider"
43
// make sure parent container have a defined height when using
54
// responsive component, otherwise height will be 0 and
65
// no chart will be rendered.

src/Components/Views/Repository.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ const Repository = (props) => {
44
const repoData=props.repoData
55
return (
66
<div>
7-
<p>Total commits : {repoData.totalCommit}</p>
7+
{/* <p>Total commits : {repoData.totalCommit}</p>
88
<p>Total Stars : {repoData.totalStar}</p>
99
<p>Total Forks : {repoData.totalFork}</p>
10-
<p>Total Repos : {repoData.totalRepo}</p>
10+
<p>Total Repos : {repoData.totalRepo}</p> */}
1111
</div>
1212
)
1313
}

0 commit comments

Comments
 (0)