Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit c529c72

Browse files
committed
fix: fix eslint errors
fix: fix eslint errors
1 parent 2ec1e3a commit c529c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Application
22
import React from 'react'
3-
import ReactDOM, {render} from 'react-dom'
3+
import {render} from 'react-dom'
44
import Root from 'common'
55

66
render(<Root />, document.getElementById('app'))

0 commit comments

Comments
 (0)