Skip to content

Commit

Permalink
.idea was added to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko committed Jun 14, 2019
1 parent c814073 commit b4ae391
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 @@ -4,7 +4,7 @@ function App() {
return (
<section className="todoapp">
<header className="header">
<h1>todos</h1>
<h1>todos App</h1>

<input
className="new-todo"
Expand Down

0 comments on commit b4ae391

Please sign in to comment.