diff options
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r-- | src/components/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c3dffca..3238c50 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,5 @@ --- -import { env } from "@lib/env"; +import { env } from "@lib/environment"; const { PUBLIC_GIT_URL, |