fix unuse import

This commit is contained in:
jimleerx
2025-11-12 00:41:11 +08:00
parent f1bda537b4
commit bc4155ce82

View File

@@ -12,7 +12,7 @@ import { getCollection } from 'astro:content'
import GiteaCalendar from '@/components/custom/GiteaCalendar'
import Music163Player from '@/components/custom/Music163Player'
import RandomAnimeBackground from '@/components/custom/RandomAnimeBackgrounds'
import DevShortCuts from '@/components/DevShortCuts.astro'
// import DevShortCuts from '@/components/DevShortCuts.astro'
import DevShortcutsHexagon from '@/components/DevShortcutsHexagon.astro'
const latestPost = await getCollection('blog').then((posts: any[]) =>