Skip to content

Commit 73af34d

Browse files
authored
🌍[merge]: setupFetchInterceptor 주석처리
🐛[fix]: setupFetchInterceptor 주석처리
2 parents 9e22907 + e1add53 commit 73af34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createRoot } from 'react-dom/client';
22
import App from './App.tsx';
33
import { createGlobalStyle } from 'styled-components';
4-
import '@utils/setupFetchInterceptor';
4+
// import '@utils/setupFetchInterceptor';
55

66
(async () => {
77
try {

0 commit comments

Comments
 (0)