Fix indentation

This commit is contained in:
2020-01-07 02:10:25 +00:00
parent 3e61db095b
commit aeafe10f0e
3 changed files with 76 additions and 76 deletions

View File

@@ -1,13 +1,13 @@
import React from 'react';
function App() {
return (
<div>
<header>
Hello world
</header>
</div>
);
return (
<div>
<header>
Hello world
</header>
</div>
);
}
export default App;