From 7a950608a6a43162e38212fb40bc79144146e53c Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Wed, 29 Mar 2023 12:22:03 +0200 Subject: [PATCH] test --- src/components/Editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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