File size: 162 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
import { pSoup } from './functions';

export const Preface = ( { blocks } ) => <div className="wpnc__preface">{ pSoup( blocks ) }</div>;

export default Preface;