Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 29, 2024
1 parent b02c755 commit 14a113a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/js/Layouts/AuthenticatedLayout.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<script setup>
import { ref } from 'vue'
import { Head, Link } from '@inertiajs/vue3'
import { Button, LumuixModeToggle } from '@sethsharp/lumuix'
import {
DropdownMenu,
DropdownMenuLink,
DropdownMenuContent,
DropdownMenuTrigger,
BaseDropdownMenuItem,
Button,
LumuixModeToggle,
} from '@sethsharp/lumuix'
} from '@sethsharp/lumuix/dropdown-menu'
import NavLink from '@/Components/Links/NavLink.vue'
import Notifications from '@/Components/Notifications.vue'
import ApplicationLogo from '@/Components/ApplicationLogo.vue'
Expand Down

0 comments on commit 14a113a

Please sign in to comment.