diff options
Diffstat (limited to 'client/index.js')
-rw-r--r-- | client/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js index bab4dcd..762ab1b 100644 --- a/client/index.js +++ b/client/index.js @@ -1,5 +1,5 @@ import ReactDOM from 'react-dom'; -import App from './app'; +import { App } from './app'; const app = document.getElementById('app'); ReactDOM.render(<App />, app); |