import React from 'react' export const PipeMarker = ({ children }) => { return (
|
{children}
|
) }