removing unused code

This commit is contained in:
Sharyn 2018-07-18 11:59:48 +02:00
parent 049f785255
commit 85fcc5a49a

View File

@ -1,6 +1,5 @@
import React from 'react';
import _ from 'lodash';
import getConfig from 'next/config';
import RelatedInterviewsList from '../interviews/relatedInterviewsList';
import InterviewsList from '../interviews/interviewsList';
import SingleInterview from '../interviews/singleInterview';
@ -11,8 +10,6 @@ import SearchResults from '../searchResults';
import { InterviewsData, Questions } from '../../data/archives/interviews';
import './style.scss';
const { publicRuntimeConfig } = getConfig();
class BrowseArchives extends React.Component {
constructor(props) {
super(props);