0

Remove unused imports

This commit is contained in:
Gabe Kangas 2023-02-26 18:12:44 -08:00
parent 5e155179ef
commit ed2dc00345
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -1,7 +1,7 @@
import { Popover } from 'antd';
import React, { FC, useMemo, useState } from 'react';
import { useRecoilValue } from 'recoil';
import { Transforms, createEditor, BaseEditor, Text, Descendant, Editor, Node, Path } from 'slate';
import { Transforms, createEditor, BaseEditor, Text, Descendant, Editor } from 'slate';
import { Slate, Editable, withReact, ReactEditor, useSelected, useFocused } from 'slate-react';
import dynamic from 'next/dynamic';
import classNames from 'classnames';