Skip to content

Commit

Permalink
changing order in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed May 6, 2024
1 parent 9205b74 commit 5403b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/_index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export const TestimonialCard = ({

export default function LandingPage() {
const { testimonials } = useLoaderData()
const { recommendedProducts } = useLoaderData()
const { featuredCollections } = useLoaderData()
const { recommendedProducts } = useLoaderData()

return (
<Column>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/trippy-trails-template.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export async function loader({ params, context }) {

export default function LandingPage() {
const { testimonials } = useLoaderData()
const { recommendedProducts } = useLoaderData()
const { featuredCollections } = useLoaderData()
const { recommendedProducts } = useLoaderData()

return (
<Column>
Expand Down

0 comments on commit 5403b54

Please sign in to comment.