Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz authored Mar 21, 2019
1 parent 1b5595b commit 36f810c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import React, { Component } from 'react'
import ReactDOM from 'react-dom'

class Example extends Component {
render (
<section>
<p>Hello World!</p>
</section>
);
)
}

ReactDOM.render(
<Example />,
document.getElementById('app')
);
)

0 comments on commit 36f810c

Please sign in to comment.