import LayoutBase from './LayoutBase' export const LayoutCategory = (props) => { const { category } = props return Category - {category} }