From 8c1fff45fb5340a338416586162ac247b2b190c0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:03:03 +0100 Subject: Uses TSConfig paths --- src/components/PayPalButtons.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PayPalButtons.astro') diff --git a/src/components/PayPalButtons.astro b/src/components/PayPalButtons.astro index 91050dc..80d52ff 100644 --- a/src/components/PayPalButtons.astro +++ b/src/components/PayPalButtons.astro @@ -1,5 +1,5 @@ --- -import env from '../lib/env'; +import env from '$lib/env'; interface Props { successPageUrl: string; -- cgit v1.2.3