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' ---