From 54377afba11b93ae96b93af65c32bac190b6d3c2 Mon Sep 17 00:00:00 2001 From: shats Date: Wed, 27 Aug 2025 15:28:12 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=D0=A3=D0=BF=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D1=82=D1=8C=20=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82?= =?UTF-8?q?=D1=83=D1=80=D1=83=20=D1=80=D0=B5=D0=BD=D0=B4=D0=B5=D1=80=D0=B8?= =?UTF-8?q?=D0=BD=D0=B3=D0=B0=20=D0=B2=20main.jsx,=20=D1=83=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=D0=B2=20=D0=BE=D0=B1=D0=B5=D1=80=D1=82=D0=BA=D1=83?= =?UTF-8?q?=20React.StrictMode=20=D0=B4=D0=BB=D1=8F=20=D1=83=D0=BB=D1=83?= =?UTF-8?q?=D1=87=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=87=D0=B8=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/main.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx index 7ea9b84..d3a7942 100644 --- a/frontend/src/main.jsx +++ b/frontend/src/main.jsx @@ -13,9 +13,7 @@ import('@tabler/core/dist/js/tabler.min.js').then((mod) => { const queryClient = new QueryClient() ReactDOM.createRoot(document.getElementById('root')).render( - - - - - + + + )