mirror of https://github.com/fantasticit/think.git
refactor: remove unused code
This commit is contained in:
parent
d2bec0f448
commit
578753c1f6
|
@ -43,11 +43,7 @@ import { Iframe } from './menus/iframe';
|
|||
import { Table } from './menus/table';
|
||||
import { Mind } from './menus/mind';
|
||||
|
||||
import useTilg from 'tilg';
|
||||
|
||||
const _MenuBar: React.FC<{ editor: any }> = ({ editor }) => {
|
||||
useTilg();
|
||||
|
||||
if (!editor) return null;
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue