Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpprieto committed Oct 31, 2024
1 parent ef9120b commit 5c4ccb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/routes/[sitemap.xml].tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type {LoaderFunctionArgs} from '@shopify/remix-oxygen';

import {getSitemapIndex} from '@shopify/hydrogen';

export async function loader({
Expand Down
2 changes: 1 addition & 1 deletion app/routes/sitemap.$type.$page[.xml].tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {LoaderFunctionArgs} from '@shopify/remix-oxygen';

import {getSitemap} from '@shopify/hydrogen';

import {countries} from '~/data/countries';

const locales = Object.keys(countries).filter((k) => k !== 'default');
Expand Down

0 comments on commit 5c4ccb9

Please sign in to comment.