File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Link } from "@inertiajs/react"
33import { NavMain } from "@/components/nav-main"
44import { NavFooter } from "@/components/nav-footer"
55import { NavUser } from "@/components/nav-user"
6- import { type NavItemType } from '@/types/navigation '
6+ import { type NavItemType } from '@/types'
77import {
88 Sidebar ,
99 SidebarContent ,
Original file line number Diff line number Diff line change 1- "use client"
2-
3- import { type NavItemType } from '@/types/navigation'
1+ import { type NavItemType } from '@/types'
42import { Link } from "@inertiajs/react"
53import {
64 SidebarGroup ,
Original file line number Diff line number Diff line change 1- "use client"
2-
31import { type UserType } from '@/types'
42import { ChevronsUpDown , LogOut , Settings } from "lucide-react"
53import { Link , usePage } from '@inertiajs/react'
You can’t perform that action at this time.
0 commit comments