Files
docmost/apps/client/src/features/page-history/hooks/index.ts
T
Philipinho eba5ae2eb3 dry
2026-02-01 18:42:06 +00:00

4 lines
173 B
TypeScript

export { useDiffNavigation } from "./use-diff-navigation";
export { useHistoryRestore } from "./use-history-restore";
export { useHistoryReset } from "./use-history-reset";