Skip to content

Commit

Permalink
refactor: 불필요한 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeml06 committed Nov 22, 2024
1 parent 87b4529 commit 68d4caf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ import { QueryClientProvider } from '@tanstack/react-query';
import { RouterProvider } from 'react-router-dom';
import createQueryClient from './queryClient';
import fonts from '@_common/font.style';
// import { removeInviteCode } from '@_common/inviteCodeManager';
import reset from './common/reset.style';
import router from '@_routes/router';
import { theme } from '@_common/theme/theme.style';

export default function App() {
const queryClient = useMemo(createQueryClient, []);

// useEffect(() => {
// window.addEventListener('beforeunload', removeInviteCode);
// return () => {
// window.removeEventListener('beforeunload', removeInviteCode);
// };
// }, []);

return (
<>
<ThemeProvider theme={theme}>
Expand Down

0 comments on commit 68d4caf

Please sign in to comment.