/** * Interaction controllers — Like, Unlike, Boost, Unboost. * Re-exports from split modules for backward compatibility with index.js imports. */ export { likeController, unlikeController } from "./interactions-like.js"; export { boostController, unboostController } from "./interactions-boost.js";