export default function FeedLayout({ children }) { return (
Feed layout
{children}
) }