use crm- components everywhere
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, watch } from "vue"
|
||||
import { type DialogRootEmits, type DialogRootProps, useForwardPropsEmits } from 'reka-ui'
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Button } from "@/components/ui/crm-button"
|
||||
import { Dialog, DialogContent, DialogClose, DialogDescription, DialogFooter, DialogHeader, DialogTitle, } from "@/components/ui/dialog"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Input } from "@/components/ui/crm-input"
|
||||
import { Label } from "@/components/ui/label"
|
||||
|
||||
const props = defineProps<DialogRootProps & {
|
||||
|
||||
Reference in New Issue
Block a user