diff --git a/src/renderer/src/components/entry-column.tsx b/src/renderer/src/components/entry-column.tsx index a6ff9fb00..364913e1b 100644 --- a/src/renderer/src/components/entry-column.tsx +++ b/src/renderer/src/components/entry-column.tsx @@ -1,7 +1,7 @@ import { useEntries } from '@renderer/lib/entries' import { ActivedList } from '@renderer/lib/types' import dayjs from '@renderer/lib/dayjs' -import { parseHtml } from '@renderer/lib/parse-html' +import { m } from 'framer-motion' export function EntryColumn({ activedList }: { activedList: ActivedList }) { const entries = useEntries({ @@ -11,39 +11,49 @@ export function EntryColumn({ activedList }: { activedList: ActivedList }) { return (