diff --git a/apps/www/src/types/plate-types.ts b/apps/www/src/types/plate-types.ts index 1750a300f5..f70a6799d9 100644 --- a/apps/www/src/types/plate-types.ts +++ b/apps/www/src/types/plate-types.ts @@ -371,12 +371,6 @@ export const getMyEditor = (editor: MyEditor) => getTEditor(editor); export const useMyEditorRef = () => useEditorRef(); export const useMyEditorState = () => useEditorState(); -export const useMyPlateSelectors = (id?: PlateId) => - usePlateSelectors(id); -export const useMyPlateActions = (id?: PlateId) => - usePlateActions(id); -export const useMyPlateStates = (id?: PlateId) => - usePlateStates(id); /** * Utils