Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ› ๏ธ ์•„์ด์ฝ˜ ๋ฏธ ์ ์šฉ ๋ฒ„๊ทธ ์ˆ˜์ • #85

Merged
merged 9 commits into from
May 30, 2024
Merged
Binary file removed public/assets/image/iPhone.png
Binary file not shown.
Binary file removed public/assets/image/iPhone_status.png
Binary file not shown.
220 changes: 0 additions & 220 deletions public/assets/sprites/common.svg

This file was deleted.

2 changes: 2 additions & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { RouterProvider } from 'react-router-dom';
import { queryClient } from '@/shared/react-query';
import { Toast } from '@/shared/toast';

import { GlobalSVGProvider } from './provider';
import { router } from './routers/index';
import './styles/global.scss';

Expand All @@ -15,6 +16,7 @@ function App() {

<Toast />
<ReactQueryDevtools />
<GlobalSVGProvider />
</QueryClientProvider>
);
}
Expand Down
Loading
Loading