Skip to content

Commit

Permalink
Fix doc example code imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rbshop committed Oct 18, 2024
1 parent 215fd7d commit 7211fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/sitemap/getSitemap.example.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {LoaderFunctionArgs} from '@shopify/remix-oxygen';
import {unstable__getSitemap as getSitemap} from '@shopify/hydrogen';
import {getSitemap} from '@shopify/hydrogen';

export async function loader({
request,
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {LoaderFunctionArgs} from '@shopify/remix-oxygen';
import {unstable__getSitemapIndex as getSitemapIndex} from '@shopify/hydrogen';
import {getSitemapIndex} from '@shopify/hydrogen';

export async function loader({
request,
Expand Down

0 comments on commit 7211fe7

Please sign in to comment.