import React from 'react'
import { hot } from 'react-hot-loader/root'
import './App.css'

const App = () => {
  return (
    <div className="App">
      <h1>Edit /src/renderer/App.jsx to change this</h1>
    </div>
  )
}

export default hot(App)
