Skip to content

Commit a79c7e2

Browse files
committed
Update template
1 parent 15e7056 commit a79c7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function App() {
1212

1313
return (
1414
<div>
15-
<p>TODO 2</p>
15+
<h1>TODO LIST APPLICATION</h1>
1616
<p>Raw data from server: {JSON.stringify(tasks)}</p>
1717
<p>Example way to parse data from server:</p>
1818
<div>

0 commit comments

Comments
 (0)