refactor: reorder imports for better organization in App and AppSidebar components
Some checks failed
Frontend CI / lint (push) Failing after 25m33s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-12 22:18:53 +02:00
parent 28ad6d12a7
commit f7523e15b6
2 changed files with 70 additions and 66 deletions

View File

@@ -9,10 +9,10 @@ import {
useSidebar,
} from '@/components/ui/sidebar'
import { useAuth } from '@/hooks/use-auth'
import { Home, Users, Volume2, Settings } from 'lucide-react'
import { Home, Settings, Volume2 } from 'lucide-react'
import { Link, useLocation } from 'react-router'
import { NavUser } from './NavUser'
import { NavPlan } from './NavPlan'
import { NavUser } from './NavUser'
const navigationItems = [
{