Skip to content

Commit

Permalink
[FE] 불필요한 모달 박스 삭제 및 워딩 수정 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
healim01 authored Aug 23, 2024
2 parents 445c5a2 + 86da9b2 commit 785a1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ async function enableMocking() {
if (process.env.DEV_MODE !== 'on') {
return;
}

const { worker } = await import('./mocks/browser');
await worker.start({
serviceWorker: {
Expand Down

0 comments on commit 785a1ec

Please sign in to comment.