From 3ddd5fdaa971e9e0fc2a7ebc0df6a7acc811166f Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Thu, 21 Dec 2023 19:39:45 +0000 Subject: [PATCH] Remove redundant useMyPlate(Selectors|Actions|States) hooks --- apps/www/src/types/plate-types.ts | 6 ------ 1 file changed, 6 deletions(-) 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