From 0bc41448742d0c4bee5ebb802bf88e206a974229 Mon Sep 17 00:00:00 2001 From: "kody.low" Date: Fri, 2 Feb 2024 12:50:10 -0800 Subject: [PATCH] fix: remove version warning --- src/client/pages/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/pages/index.tsx b/src/client/pages/index.tsx index a2e88998..675720ed 100644 --- a/src/client/pages/index.tsx +++ b/src/client/pages/index.tsx @@ -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'; @@ -19,7 +18,6 @@ const HomeView = () => { return ( <> -