diff --git a/src/layouts/LayoutBN.astro b/src/layouts/LayoutBN.astro index ffd9c5c..dc3153d 100644 --- a/src/layouts/LayoutBN.astro +++ b/src/layouts/LayoutBN.astro @@ -1,6 +1,5 @@ --- import MainHeaderBN from '../components/MainHeaderBN.astro'; -import TopHeader from '../components/TopHeader.astro'; import Footer from '../components/Footer.astro'; export interface Props { title: string; metaTitle: string; description: string; ogImg: string; tiwtterCard: string; tiwtterImage: string; tiwtterTitle: string; tiwtterDesc: string; tiwtterURL: string; artPubTime: string; artUpdtTime: string; ogSiteName: string; ogType: string; ogTitle: string; ogDesc: string; ogURL: string; canonical: string; @@ -15,8 +14,8 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter - +