mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-03 18:13:59 +00:00
removing unused code
This commit is contained in:
parent
049f785255
commit
85fcc5a49a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user