mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
Refactor editor to update better
This commit is contained in:
6
src-web/components/Editor/index.tsx
Normal file
6
src-web/components/Editor/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { memo } from 'react';
|
||||
import { _Editor } from './Editor';
|
||||
import type { _EditorProps } from './Editor';
|
||||
|
||||
export type EditorProps = _EditorProps;
|
||||
export const Editor = memo(_Editor);
|
||||
Reference in New Issue
Block a user