Skip to content

Commit

Permalink
toast 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
HyerimKimm committed Jun 30, 2024
1 parent 06a42f4 commit 26d06fc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 61 deletions.
3 changes: 1 addition & 2 deletions client/.env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
REACT_APP_DOMAIN = http://localhost
REACT_APP_PORT = 5999
REACT_APP_DOMAIN = https://hyerim-resume.com
2 changes: 0 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import queryClient from 'queries/queryClient';

import { isDarkStore } from 'store/isDarkStore';
import ResumeDetail from 'pages/resume_detail/ResumeDetail';
import Toast from 'components/toast/Toast';

function App() {
const isDark = isDarkStore((state) => state.isDark);
Expand All @@ -21,7 +20,6 @@ function App() {
<ReactQueryDevtools initialIsOpen={true} />
<GlobalStyle $isDark={isDark} />
<AppContainer>
<Toast />
<Router>
<ErrorBoundary fallback={<ErrorPage />}>
<Routes>
Expand Down
28 changes: 0 additions & 28 deletions client/src/components/toast/Toast.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions client/src/components/toast/components/toast_item/ToastItem.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions client/src/components/toast/types/toastTypes.ts

This file was deleted.

0 comments on commit 26d06fc

Please sign in to comment.