diff options
Diffstat (limited to 'src/components/PayPalButtons.astro')
| -rw-r--r-- | src/components/PayPalButtons.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
