Fix indentation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user