import Detail from "./detail"; import Head from "./head"; function BlogPage({ article }) { console.log(article); return (