From 3a91bdbc518c233cb8a7905eb933406687d562c9 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 11 Oct 2024 17:55:57 +0800 Subject: [PATCH] fix --- themes/starter/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/starter/index.js b/themes/starter/index.js index 466c9ccb..5c8f334e 100644 --- a/themes/starter/index.js +++ b/themes/starter/index.js @@ -25,6 +25,7 @@ import CONFIG from './config' import { Style } from './style' // import { MadeWithButton } from './components/MadeWithButton' import Comment from '@/components/Comment' +import LazyImage from '@/components/LazyImage' import ShareBar from '@/components/ShareBar' import { useGlobal } from '@/lib/global' import { loadWowJS } from '@/lib/plugins/wow'