From d15cfa2a9dd9ab0439f92e8750e61b4c66933d9e Mon Sep 17 00:00:00 2001 From: poyrazovic Date: Thu, 5 Dec 2024 08:38:26 +0300 Subject: [PATCH] fix --- src/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/index.tsx b/src/layout/index.tsx index 3fc9c729..3f1a1509 100644 --- a/src/layout/index.tsx +++ b/src/layout/index.tsx @@ -2,7 +2,7 @@ import React, { useState } from 'react' import { Outlet } from 'react-router-dom' import HederaPoolWarning from 'src/components/Header/HederaPoolWarning' import URLWarning from 'src/components/Header/URLWarning' -import { NewVersionModal } from 'src/components/NewVersionModal' +// import { NewVersionModal } from 'src/components/NewVersionModal' import styled from 'styled-components' import Footer from './Footer' import Header from './Header'