From e170b6912f3bb6ccf1b975d3d15871401acec25c Mon Sep 17 00:00:00 2001 From: Vinnicius Gomes Date: Mon, 23 Nov 2020 21:50:32 -0300 Subject: [PATCH] Corrigindo erro de build --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 1f31b33..c3b38d1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from 'styled-components'; import { ConfigProvider } from 'antd'; import ptBR from 'antd/es/locale/pt_BR'; import 'antd/dist/antd.css'; -import 'react-toastify/dist/ReactToastify.css'; import Routes from '@shared/routes'; import GlobalStyle from '@shared/styles/global';