Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivshankar-Reddy authored Jul 11, 2024
1 parent 13f6182 commit e10dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import "./App.css";

function App() {
return <div className="App"></div>;
return <div className="App">hi</div>;
}

export default App;

0 comments on commit e10dd2a

Please sign in to comment.