Move some more stuff over

This commit is contained in:
Gregory Schier
2026-03-07 07:44:50 -08:00
parent ff6686f982
commit d99898f39b
13 changed files with 12 additions and 43 deletions

View File

@@ -2,7 +2,7 @@ import classNames from 'classnames';
import type { ReactNode } from 'react';
import { useCallback, useMemo } from 'react';
import { createGlobalState } from 'react-use';
import { useDebouncedValue } from '../../hooks/useDebouncedValue';
import { useDebouncedValue } from '@yaakapp-internal/ui';
import { useFormatText } from '../../hooks/useFormatText';
import type { EditorProps } from '../core/Editor/Editor';
import { hyperlink } from '../core/Editor/hyperlink/extension';