use crm- components everywhere

This commit is contained in:
2025-11-21 13:21:59 +01:00
parent 451c4912a5
commit 739bf81bc9
27 changed files with 81 additions and 60 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<script setup lang="ts">
import InputError from '@/components/InputError.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';
import AuthLayout from '@/layouts/AuthLayout.vue';
import { store } from '@/routes/password/confirm';