Skip to content

Commit

Permalink
Added back starter code to pass unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
DangaRanga committed May 22, 2021
1 parent 75507ae commit 1f1a35c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@ import React from 'react';
import './App.css';

function App(): JSX.Element {
return <div></div>;
return (
<div>
<div>
<header>
<img />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
</div>
);
}

export default App;

0 comments on commit 1f1a35c

Please sign in to comment.