From b365a532b7baa267040e6ecb8575dc2fb3c865bc Mon Sep 17 00:00:00 2001 From: bhavesh-ad Date: Fri, 6 Sep 2024 15:35:30 +0530 Subject: [PATCH] removed App from antd --- pages/_app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/_app.js b/pages/_app.js index 215fa1d..bc444c8 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -6,7 +6,6 @@ import globalStyle from '@app/global-styles'; import { Global } from '@emotion/react'; import { translationMessages, DEFAULT_LOCALE } from '@app/i18n'; import { wrapper } from '@app/configureStore'; -import { App } from 'antd'; import PropTypes from 'prop-types'; const theme = { colors @@ -17,9 +16,7 @@ const MyApp = ({ Component, pageProps }) => { - - - + );