Skip to content

Commit

Permalink
chore: optimize App.js rendering for better performance and added ima…
Browse files Browse the repository at this point in the history
…ges has assets in src and public folder.
  • Loading branch information
saikishorr committed Jul 22, 2024
1 parent e943a8c commit 80a89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import logo from './logo.svg';
import './App.css';

function App() {
return (
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
Expand Down

0 comments on commit 80a89be

Please sign in to comment.