docs: fix import path

This commit is contained in:
Giga 2024-08-09 17:15:21 +04:00
parent 0d5d2d0d10
commit 082b288d25

View File

@ -28,8 +28,8 @@ import {
NumberFieldDecrement,
NumberFieldIncrement,
NumberFieldInput,
} from '@/lib/registry/default/ui/number-field'
import { Label } from '@/lib/registry/default/ui/label'
} from '@/components/ui/number-field'
import { Label } from '@/components/ui/label'
</script>
<template>