From cd9f3e65f1396859c3f144a19d3fc74e67666c1c Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 12 Dec 2024 17:49:59 -0500 Subject: [PATCH] Remove unused variable --- src/components/global/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/global/Footer.astro b/src/components/global/Footer.astro index 137bd3c..8689830 100644 --- a/src/components/global/Footer.astro +++ b/src/components/global/Footer.astro @@ -1,6 +1,6 @@ --- // Settings -import { SiteSettings, FeelbackConfig } from '@config' +import { SiteSettings } from '@config' import {version} from '../../../package.json' ---