From 674561e2d9e9de37d1761341c6698f7a7b865a99 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 3 Oct 2024 20:02:02 +0800 Subject: [PATCH] starter-comment --- themes/starter/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/starter/index.js b/themes/starter/index.js index b17879d0..81ca2c91 100644 --- a/themes/starter/index.js +++ b/themes/starter/index.js @@ -24,6 +24,7 @@ import { Testimonials } from './components/Testimonials' import CONFIG from './config' import { Style } from './style' // import { MadeWithButton } from './components/MadeWithButton' +import Comment from '@/components/Comment' import ShareBar from '@/components/ShareBar' import { useGlobal } from '@/lib/global' import { loadWowJS } from '@/lib/plugins/wow' @@ -153,6 +154,7 @@ const LayoutSlug = props => {
+