From e6fc2a2357cdf9b947e77d5621ab0158756e6693 Mon Sep 17 00:00:00 2001 From: pakxe Date: Mon, 16 Sep 2024 20:31:18 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=84=A4=ED=8A=B8=EC=9B=8C=ED=81=AC=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EB=A5=BC=20=EA=B0=90=EC=A7=80=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20=EC=9C=84=ED=95=9C=20=EC=BB=B4=ED=8F=AC=EB=84=8C?= =?UTF-8?q?=ED=8A=B8=EB=A5=BC=20App=EC=97=90=EC=84=9C=20=ED=98=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index c3815ad2a..e1141d490 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -8,6 +8,8 @@ import ErrorCatcher from '@components/AppErrorBoundary/ErrorCatcher'; import {HDesignProvider} from '@HDesign/index'; +import NetworkStateCatcher from '@utils/NetworkStateCatcher'; + import {GlobalStyle} from './GlobalStyle'; import UnhandledErrorBoundary from './UnhandledErrorBoundary'; @@ -20,6 +22,7 @@ const App: React.FC = () => { +