Skip to content

Commit fd0b566

Browse files
committed
lost import module
1 parent afae655 commit fd0b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Route.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import Viewport from 'components/Contentful/Viewport';
1515
import PasswordScreen from 'components/Contentful/PasswordScreen';
1616
import { isomorphy, config } from 'topcoder-react-utils';
1717
import { connect } from 'react-redux';
18+
import cookies from 'browser-cookies';
1819
import { removeTrailingSlash } from 'utils/url';
1920

2021
// Concatenates a base and segment and handles optional trailing slashes
@@ -153,7 +154,6 @@ function ContentfulRoute(props) {
153154
preview,
154155
spaceName,
155156
environment,
156-
auth,
157157
} = props;
158158

159159
const queries = [];

0 commit comments

Comments
 (0)