Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Jan 21, 2025
1 parent ca919ac commit 480703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/components/Heading.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import RichText from "@digitalcheck/shared/components/RichText";
import twMerge from "@digitalcheck/shared/utils/tailwindMerge";
import RichText from "components/RichText";
import type { ReactNode } from "react";

export type HeadingProps = {
Expand Down

0 comments on commit 480703a

Please sign in to comment.