We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37a9e commit b68f65cCopy full SHA for b68f65c
src/components/App.tsx
@@ -3,7 +3,7 @@ import '../public/styles/style.css';
3
import AppContainer from '../containers/AppContainer';
4
5
export const App: React.SFC = () => (
6
- <div className="app">
+ <div className='app'>
7
<div>
8
<header style={{ height: '40px', width: '100%' }}>ReacType</header>
9
<AppContainer />
0 commit comments