import { generateQueue } from './queue.js'; const actionQueue = generateQueue('action'); export default actionQueue;