Yuki Takei 2 лет назад
Родитель
Сommit
7240fdd53f
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      apps/app/src/stores/ui.tsx

+ 0 - 2
apps/app/src/stores/ui.tsx

@@ -96,8 +96,6 @@ export const EditorModeHash = {
 } as const;
 export type EditorModeHash = typeof EditorModeHash[keyof typeof EditorModeHash];
 
-export const isEditorModeHash = (hash: string): hash is EditorModeHash => Object.values<string>(EditorModeHash).includes(hash);
-
 const updateHashByEditorMode = (newEditorMode: EditorMode) => {
   const { pathname, search } = window.location;