Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Sep 24, 2024
1 parent 32d2a41 commit c71d8ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 229 deletions.
222 changes: 2 additions & 220 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@alpinejs/intersect": "^3.13.7",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@sethsharp/lumuix": "^1.0.0-alpha.1.2.1",
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-document": "^2.2.1",
Expand Down
10 changes: 2 additions & 8 deletions resources/js/Layouts/AuthenticatedLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
import { ref } from 'vue'
import { useDark } from '@vueuse/core'
import { Head, Link } from '@inertiajs/vue3'
import {
Notifications,
Dropdown,
DropdownMenuLink,
BaseDropdownMenuItem,
SecondaryButton,
Toggle,
} from '@sethsharp/lumuix'
import { Notifications, SecondaryButton, Toggle } from '@sethsharp/lumuix'
import { Dropdown, DropdownMenuLink, BaseDropdownMenuItem } from '@sethsharp/lumuix/dropdown-menu'
import NavLink from '@/Components/Links/NavLink.vue'
import ApplicationLogo from '@/Components/ApplicationLogo.vue'
import ResponsiveNavLink from '@/Components/Links/ResponsiveNavLink.vue'
Expand Down

0 comments on commit c71d8ea

Please sign in to comment.