diff --git a/apps/web/app/(dashboard)/layout.tsx b/apps/web/app/(dashboard)/layout.tsx
index e687907..0072ec3 100644
--- a/apps/web/app/(dashboard)/layout.tsx
+++ b/apps/web/app/(dashboard)/layout.tsx
@@ -1,15 +1,15 @@
-import Link from 'next/link';
import { Logo } from '@/components/logo';
-import { LayoutGrid, Server, Settings, FileClock, Package } from 'lucide-react';
+import { FileClock, LayoutGrid, Package, Server, Settings } from 'lucide-react';
+import Link from 'next/link';
export default function DashboardLayout({ children }: { children: React.ReactNode }) {
return (
-
-
+
+
-