From 29fc922779f23794ff8e16daac8ae323f2796a8d Mon Sep 17 00:00:00 2001 From: ochenstarik-ui Date: Mon, 20 Jul 2026 22:03:57 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=20S?= =?UTF-8?q?idebar=20=D0=B8=D0=B7=20layout/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 32a4caa..317a4d7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,4 +1,4 @@ -import { Sidebar } from '@/components/Sidebar' +import { Sidebar } from '@/components/layout/Sidebar' import { Dashboard } from '@/pages/Dashboard' export default function App() {