import style from './OpBlock.module.scss'; type Props = { entry: string; } export default function OpBlock({entry}: Props) { return (