Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez authored Jul 24, 2024
1 parent 7465394 commit e402024
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions samples/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const data = [
{ name: 'Page G', uv: 3490, pv: 4300, amt: 2100 },
];





const App = () => {
const [width, setWidth] = useState(600);
const [height, setHeight] = useState(400);
Expand Down Expand Up @@ -222,4 +218,4 @@ const container = document.getElementById('root');
if (container) {
const root = ReactDOM.createRoot(container);
root.render(<App />);
}
}

0 comments on commit e402024

Please sign in to comment.