Skip to content

Commit

Permalink
fix: remove version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Feb 2, 2024
1 parent 0138959 commit 0bc4144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { GridWrapper } from '../src/components/gridWrapper/GridWrapper';
import { Version } from '../src/components/version/Version';
import { NextPageContext } from 'next';
import { getProps } from '../src/utils/ssr';
import { MempoolReport } from '../src/views/home/reports/mempool';
Expand All @@ -19,7 +18,6 @@ const HomeView = () => {

return (
<>
<Version />
<AccountInfo />
<AccountButtons />
<ConnectCard />
Expand Down

0 comments on commit 0bc4144

Please sign in to comment.