@seo-console/package 1.0.0 → 1.0.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.
@@ -3364,7 +3364,9 @@ function SEORecordList() {
3364
3364
  // src/components/seo/ValidationDashboard.tsx
3365
3365
  import { useState as useState4, useEffect as useEffect3 } from "react";
3366
3366
  import { Fragment as Fragment2, jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
3367
- var Link = ({ href, children, ...props }) => /* @__PURE__ */ jsx8("a", { href, ...props, children });
3367
+ var Link = ({ href, children, ...props }) => {
3368
+ return /* @__PURE__ */ jsx8("a", { href, ...props, children });
3369
+ };
3368
3370
  function ValidationDashboard() {
3369
3371
  const [records, setRecords] = useState4([]);
3370
3372
  const [loading, setLoading] = useState4(true);