1// Phase 6.6: MotionKind moved to hjkl-engine (cycle-break).
2// This module re-exports from engine for any code that imports via the
3// `hjkl_vim::motion::MotionKind` path. Prefer the crate-root re-export
4// `hjkl_vim::MotionKind` instead.
5pub use hjkl_engine::MotionKind;