Skip to content

Commit f9184eb

Browse files
committed
fixing syntax issues
1 parent b2db0e5 commit f9184eb

File tree

1 file changed

+0
-4
lines changed
  • src/shared/components/Contentful/Menu

1 file changed

+0
-4
lines changed

src/shared/components/Contentful/Menu/index.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ import ContentfulLoader from 'containers/ContentfulLoader';
77
import LoadingIndicator from 'components/LoadingIndicator';
88
import PT from 'prop-types';
99
import React from 'react';
10-
<<<<<<< HEAD
1110
import { isomorphy } from 'topcoder-react-utils';
1211
import { url } from 'topcoder-react-lib';
13-
=======
1412
import { removeTrailingSlash } from 'utils/url';
1513
import { isActive, target } from 'utils/contentful';
16-
>>>>>>> origin/develop
17-
1814
import NavMenu from './Menu';
1915

2016
/* eslint-disable global-require */

0 commit comments

Comments
 (0)