import { rollItem } from "./roll-item-macro"; export const macros = { rollItem: rollItem, };