6 lines
120 B
JavaScript

const formatActionsBySections = require('./formatActionsBySections');
module.exports = {
formatActionsBySections,
};