Remove duplicate footer from common home template (#577)

This commit is contained in:
shenlan 2025-10-18 22:20:08 +08:00 committed by GitHub
parent aa0be1278b
commit e0b2a16252

View File

@ -1,5 +1,4 @@
import { Fragment, type ComponentType } from 'react'
import Footer from '@components/Footer'
import clsx from 'clsx'
import type { HomePageSlotKey, HomePageTemplateSlots, TemplateComponent } from '../types'
@ -104,7 +103,6 @@ export function createCommonHomeTemplate(
</div>
</div>
</section>
<Footer />
</main>
)
}