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