Skip to content

Commit 41cede6

Browse files
committed
cleanup
1 parent d5b4bb6 commit 41cede6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

resources/js/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link } from "@inertiajs/react"
33
import { NavMain } from "@/components/nav-main"
44
import { NavFooter } from "@/components/nav-footer"
55
import { NavUser } from "@/components/nav-user"
6-
import { type NavItemType } from '@/types/navigation'
6+
import { type NavItemType } from '@/types'
77
import {
88
Sidebar,
99
SidebarContent,

resources/js/components/nav-main.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"use client"
2-
3-
import { type NavItemType } from '@/types/navigation'
1+
import { type NavItemType } from '@/types'
42
import { Link } from "@inertiajs/react"
53
import {
64
SidebarGroup,

resources/js/components/nav-user.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client"
2-
31
import { type UserType } from '@/types'
42
import { ChevronsUpDown, LogOut, Settings } from "lucide-react"
53
import { Link, usePage } from '@inertiajs/react'

0 commit comments

Comments
 (0)