We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e4350 commit 317f172Copy full SHA for 317f172
src/index.jsx
@@ -1,30 +1,3 @@
1
-// import React from 'react';
2
-// import ReactDOM from 'react-dom';
3
-// import App from './components/App';
4
-
5
-// ReactDOM.render(<App />, document.getElementById('main'));
6
7
import LineGraph from './components/LineGraph';
8
9
export default LineGraph;
10
11
-// import React, { useState } from "react";
12
13
-// const ReactColorSquare = props => {
14
-// const { width, height, color, text } = props;
15
-// const [state, setState] = useState(0);
16
-// return (
17
-// <div
18
-// style={{
19
-// width: width || 100,
20
-// height: height || 100,
21
-// backgroundColor: color || "blue"
22
-// }}
23
-// >
24
-// hey bruh
25
-// {text}
26
-// </div>
27
-// );
28
-// };
29
30
-// export default ReactColorSquare;
0 commit comments