Skip to content

Commit

Permalink
hotfix: use correct import paths (#96)
Browse files Browse the repository at this point in the history
* fix: use correct import paths

* build: update schema.json
  • Loading branch information
gustavo-vasconcellos authored May 30, 2023
1 parent ccc8e58 commit 87122ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions schemas.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -7100,13 +7100,9 @@
"required": [],
"title": "deco-sites/std/components/seo/types.ts@Props"
},
"ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUExQLnRzeA==@Props": {
"ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUERQLnRzeA==@Props": {
"type": "object",
"properties": {
"page": {
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tbWVyY2UvdHlwZXMudHM=@ProductListingPage|null",
"title": "Page"
},
"titleTemplate": {
"type": [
"string",
Expand All @@ -7129,16 +7125,24 @@
"null"
],
"title": "Meta tag description override"
},
"page": {
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tbWVyY2UvdHlwZXMudHM=@ProductDetailsPage|null",
"title": "Page"
}
},
"required": [
"page"
],
"title": "deco-sites/std/components/seo/SEOPLP.tsx@Props"
"title": "deco-sites/std/components/seo/SEOPDP.tsx@Props"
},
"ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUERQLnRzeA==@Props": {
"ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUExQLnRzeA==@Props": {
"type": "object",
"properties": {
"page": {
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tbWVyY2UvdHlwZXMudHM=@ProductListingPage|null",
"title": "Page"
},
"titleTemplate": {
"type": [
"string",
Expand All @@ -7161,16 +7165,12 @@
"null"
],
"title": "Meta tag description override"
},
"page": {
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tbWVyY2UvdHlwZXMudHM=@ProductDetailsPage|null",
"title": "Page"
}
},
"required": [
"page"
],
"title": "deco-sites/std/components/seo/SEOPDP.tsx@Props"
"title": "deco-sites/std/components/seo/SEOPLP.tsx@Props"
},
"ZGVjby1zaXRlcy9zdGQvc2VjdGlvbnMvVlRFWFBvcnRhbERhdGFMYXllckNvbXBhdGliaWxpdHkudHN4@LoaderProps": {
"type": "object",
Expand Down Expand Up @@ -9345,7 +9345,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUExQLnRzeA==@Props"
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUERQLnRzeA==@Props"
}
],
"required": [
Expand All @@ -9366,7 +9366,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUERQLnRzeA==@Props"
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tcG9uZW50cy9zZW8vU0VPUExQLnRzeA==@Props"
}
],
"required": [
Expand Down Expand Up @@ -10537,4 +10537,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion sections/SEOPDP.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "../components/seo/SEOPLP.tsx";
export { default } from "../components/seo/SEOPDP.tsx";
2 changes: 1 addition & 1 deletion sections/SEOPLP.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "../components/seo/SEOPDP.tsx";
export { default } from "../components/seo/SEOPLP.tsx";

0 comments on commit 87122ee

Please sign in to comment.