We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0c47a commit 1b9f289Copy full SHA for 1b9f289
chartlets.js/packages/lib/src/components/Component.tsx
@@ -1,5 +1,5 @@
1
import { type ComponentChangeHandler } from "@/types/state/event";
2
-import { registry } from "@/components/Registry";
+import { registry } from "@/components/registry";
3
4
export interface ComponentProps {
5
type: string;
0 commit comments