@npm_leadtech/legal-contracts-ui 0.93.3 → 0.93.4

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,6 +1,6 @@
1
1
  import { jsx as e, jsxs as n } from "react/jsx-runtime";
2
2
  import "react";
3
- import { useScroll as r } from "../shared/hooks/useScroll.js";
3
+ import { useScroll as r } from "../hooks/useScroll.js";
4
4
  import { SinglePhoneIcon as d } from "./SinglePhoneIcon.js";
5
5
  const f = ({ contactText: s, phoneNumber: l, contactHoursText: t, contactHours: a }) => {
6
6
  const i = r(10);
@@ -1,5 +1,5 @@
1
1
  import { jsx as o, jsxs as l } from "react/jsx-runtime";
2
- import { ToastProvider as s } from "../shared/hooks/useToast.js";
2
+ import { ToastProvider as s } from "../hooks/useToast.js";
3
3
  import { Hero2Section as c } from "./Hero2Section.js";
4
4
  import { HowItWorksSection as p } from "./HowItWorksSection.js";
5
5
  import { FastAndSimpleSection as x } from "./FastAndSimpleSection.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import "react";
3
3
  import { MobileMenu as o } from "./MobileMenu.js";
4
- import { useScroll as c } from "../shared/hooks/useScroll.js";
4
+ import { useScroll as c } from "../hooks/useScroll.js";
5
5
  import { NavMenu as s } from "./NavMenu.js";
6
6
  import { LanguageSelector as p } from "./LanguageSelector.js";
7
7
  import { ScalatorIcon as x } from "./ScalatorIcon.js";