import { Content } from '@components/note/content'; import { memo } from 'react'; export const Single = memo(function Single({ event }: { event: any }) { return (