Skip to content

Commit f5142e7

Browse files
author
David Zukowski
committed
fix(AppContainer): remove named export to fix babel issue
1 parent a719336 commit f5142e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/AppContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'
22
import { Router } from 'react-router'
33
import { Provider } from 'react-redux'
44

5-
export class AppContainer extends React.Component {
5+
class AppContainer extends React.Component {
66
static propTypes = {
77
history: PropTypes.object.isRequired,
88
routes: PropTypes.object.isRequired,

0 commit comments

Comments
 (0)