import { FC } from 'react'; const PatternEditor: FC = () => { return
; }; export default PatternEditor;