Report editor

This commit is contained in:
Nate Kelley 2025-08-08 10:42:41 -06:00
parent f100dc723f
commit 124997a1c0
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use client';
import React, { useEffect, useImperativeHandle, useRef } from 'react';
import React, { useImperativeHandle, useRef } from 'react';
import type { Value, AnyPluginConfig } from 'platejs';
import { Plate, type TPlateEditor } from 'platejs/react';
import { EditorContainer } from './EditorContainer';

File diff suppressed because one or more lines are too long