Skip to content

Commit 52469c8

Browse files
committed
chore(deps): updating package version in lock file
1 parent 20be332 commit 52469c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: website/components/form-demos.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Controller, useForm } from 'react-hook-form';
55
import { zodResolver } from '@hookform/resolvers/zod';
66
import React from 'react';
77
import { toast } from '@/components/ui/use-toast';
8-
import { Tag, TagInput } from '../../packages/emblor';
8+
import { Tag, TagInput } from 'emblor';
99
import { uuid } from '@/lib/utils';
1010

1111
const FormSchema = z.object({

0 commit comments

Comments
 (0)