Skip to content

Commit 1b9f289

Browse files
committed
Fix
1 parent 6a0c47a commit 1b9f289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.js/packages/lib/src/components/Component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type ComponentChangeHandler } from "@/types/state/event";
2-
import { registry } from "@/components/Registry";
2+
import { registry } from "@/components/registry";
33

44
export interface ComponentProps {
55
type: string;

0 commit comments

Comments
 (0)