import LayoutBase from './LayoutBase' import StickyBar from './components/StickyBar' import CategoryList from './components/CategoryList' import BlogPostListScroll from './components/BlogPostListScroll' export const LayoutCategory = (props) => { const { tags, posts, category, categories } = props return
}