From 690cfaa54f584f26be25a705fb4457b47fa731c7 Mon Sep 17 00:00:00 2001 From: anjaemin Date: Wed, 16 Nov 2022 11:06:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20toastify=20ReactToastify=20css=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 1b8f1c5..24907a3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import { Provider } from 'react-redux'; import { Outlet, Route, Routes, Link } from 'react-router-dom'; import { ToastContainer } from 'react-toastify'; -import 'react-toastify/dist/ReactToastify.css'; +import '../node_modules/react-toastify/dist/ReactToastify.css'; import { Navbar } from './components'; import { MainPage,