Skip to content

Commit d0926c7

Browse files
committed
fix
1 parent febaca6 commit d0926c7

File tree

2 files changed

+89
-237
lines changed

2 files changed

+89
-237
lines changed

frontend/src/components/layouts/main-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Outlet } from 'react-router-dom';
22

3-
import MainSidebar from '@/components/layouts/main-sidebar';
3+
import { MainSidebar } from '@/components/layouts/main-sidebar';
44
import { SidebarInset, SidebarProvider } from '@/components/ui/sidebar';
55

66
const MainLayout = () => {

0 commit comments

Comments
 (0)