Skip to content

Commit

Permalink
Merge pull request #79 from tempfiles-Team/71-toastify-bug
Browse files Browse the repository at this point in the history
fix: toastify ReactToastify css 경로
  • Loading branch information
ananjaemin committed Nov 16, 2022
2 parents ea53cd1 + 690cfaa commit af376ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af376ba

Please sign in to comment.