Skip to content

Commit b68f65c

Browse files
authored
Update App.tsx
1 parent ac37a9e commit b68f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import '../public/styles/style.css';
33
import AppContainer from '../containers/AppContainer';
44

55
export const App: React.SFC = () => (
6-
<div className="app">
6+
<div className='app'>
77
<div>
88
<header style={{ height: '40px', width: '100%' }}>ReacType</header>
99
<AppContainer />

0 commit comments

Comments
 (0)