Skip to content

Commit 71577e7

Browse files
committed
fixing builds
1 parent 64a906b commit 71577e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppearanceTabs.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { Sun, Moon, Monitor } from 'lucide-vue-next'
3-
import { useAppearance } from '@/Composables/useAppearance'
3+
import { useAppearance } from '@/composables/useAppearance'
44
55
interface Props {
66
class?: string

0 commit comments

Comments
 (0)