Skip to content

Commit

Permalink
fix: broken reference path
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Sep 12, 2022
1 parent c57fe84 commit 2e1ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/orders/canceled/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Seo from '$components/Seo.svelte';
import { Highlight as HighlightLink } from '$elements/links';
import Layout from './_components/_Layout.svelte';
import Layout from '../_components/_Layout.svelte';
const metaTags = ((title = 'Payment Canceled - THAT') => ({
title,
Expand Down

0 comments on commit 2e1ded2

Please sign in to comment.