@pagenflow/email 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import type { ResolvedFont } from "@/lib/email-fonts/loadEmailFonts";
2
+ import ResolvedFont from "../types/ResolvedFont";
3
3
  export interface HeadProps {
4
4
  /** Additional elements like custom <style> blocks, <title>, etc. */
5
5
  children?: ReactNode;
@@ -1,5 +1,5 @@
1
- import { ResolvedFont } from "@/lib/email-fonts/loadEmailFonts";
2
1
  import { ReactNode } from "react";
2
+ import ResolvedFont from "../types/ResolvedFont";
3
3
  export interface HeadDevProps {
4
4
  /** Additional elements like custom <style> blocks, <title>, etc. */
5
5
  children?: ReactNode;