import { pSoup } from './functions'; export const Preface = ( { blocks } ) =>
{ pSoup( blocks ) }
; export default Preface;