use crm- components everywhere

This commit is contained in:
2025-11-21 13:21:59 +01:00
parent 34fa8d6a0d
commit c152842e87
27 changed files with 81 additions and 60 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import SettingsLayout from '@/layouts/settings/Layout.vue';
import { Form, Head } from '@inertiajs/vue3';
import { ref } from 'vue';
import HeadingSmall from '@/components/HeadingSmall.vue';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
import { Button } from '@/components/ui/crm-button';
import { Input } from '@/components/ui/crm-input';
import { Label } from '@/components/ui/label';
const passwordInput = ref<HTMLInputElement | null>(null);