diff --git a/src/components/Editor/Editor.tsx b/src/components/Editor/Editor.tsx index 7e21047c..1252d0b7 100644 --- a/src/components/Editor/Editor.tsx +++ b/src/components/Editor/Editor.tsx @@ -36,7 +36,7 @@ import { Collaboration } from '@tiptap/extension-collaboration' import './Prosemirror.scss' import { IndexeddbPersistence } from 'y-indexeddb' import { useSession } from '../../context/session' -import * as uniqolor from 'uniqolor' +import uniqolor from 'uniqolor' type EditorProps = { shoutId: number