mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-09 13:03:38 +00:00
removing unused code
This commit is contained in:
parent
049f785255
commit
85fcc5a49a
@ -1,6 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import getConfig from 'next/config';
|
|
||||||
import RelatedInterviewsList from '../interviews/relatedInterviewsList';
|
import RelatedInterviewsList from '../interviews/relatedInterviewsList';
|
||||||
import InterviewsList from '../interviews/interviewsList';
|
import InterviewsList from '../interviews/interviewsList';
|
||||||
import SingleInterview from '../interviews/singleInterview';
|
import SingleInterview from '../interviews/singleInterview';
|
||||||
@ -11,8 +10,6 @@ import SearchResults from '../searchResults';
|
|||||||
import { InterviewsData, Questions } from '../../data/archives/interviews';
|
import { InterviewsData, Questions } from '../../data/archives/interviews';
|
||||||
import './style.scss';
|
import './style.scss';
|
||||||
|
|
||||||
const { publicRuntimeConfig } = getConfig();
|
|
||||||
|
|
||||||
class BrowseArchives extends React.Component {
|
class BrowseArchives extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user