mirror of https://github.com/buster-so/buster.git
Report editor
This commit is contained in:
parent
f100dc723f
commit
124997a1c0
|
@ -1,6 +1,6 @@
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import React, { useEffect, useImperativeHandle, useRef } from 'react';
|
import React, { useImperativeHandle, useRef } from 'react';
|
||||||
import type { Value, AnyPluginConfig } from 'platejs';
|
import type { Value, AnyPluginConfig } from 'platejs';
|
||||||
import { Plate, type TPlateEditor } from 'platejs/react';
|
import { Plate, type TPlateEditor } from 'platejs/react';
|
||||||
import { EditorContainer } from './EditorContainer';
|
import { EditorContainer } from './EditorContainer';
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue