docs: fix import path
This commit is contained in:
parent
0d5d2d0d10
commit
082b288d25
|
|
@ -28,8 +28,8 @@ import {
|
||||||
NumberFieldDecrement,
|
NumberFieldDecrement,
|
||||||
NumberFieldIncrement,
|
NumberFieldIncrement,
|
||||||
NumberFieldInput,
|
NumberFieldInput,
|
||||||
} from '@/lib/registry/default/ui/number-field'
|
} from '@/components/ui/number-field'
|
||||||
import { Label } from '@/lib/registry/default/ui/label'
|
import { Label } from '@/components/ui/label'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user