Skip to content

Commit

Permalink
remove explorer home changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stella Cannefax committed Aug 25, 2022
1 parent 6035584 commit a071c94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions explorer/client/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import cl from 'classnames';
import { useEffect, useState, useContext, lazy, Suspense } from 'react';

import ErrorResult from '../../components/error-result/ErrorResult';
import EventSubscription from '../../components/event-subscription/EventSubscription';
import {
TopValidatorsCardAPI,
TopValidatorsCardStatic,
Expand Down Expand Up @@ -108,9 +107,6 @@ function HomeAPI() {
<ValidatorMap />
</Suspense>
</section>
<section>
<EventSubscription />
</section>
</div>
);
}
Expand Down

0 comments on commit a071c94

Please sign in to comment.