diff --git a/src/components/CurrentVersion.astro b/src/components/CurrentVersion.astro deleted file mode 100644 index 1be778e..0000000 --- a/src/components/CurrentVersion.astro +++ /dev/null @@ -1,17 +0,0 @@ ---- -import {VERSION} from '../consts' ---- - -{VERSION} - - \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 12ccb36..33357eb 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,7 +1,6 @@ --- import Icon from 'astro-iconify' import {VERSION} from '../consts'; -import CurrentVersion from './CurrentVersion.astro'; ---