Small renaming

This commit is contained in:
Johannes Loher 2021-03-16 08:25:56 +01:00
parent a151e62a4c
commit 48a1cc652a
3 changed files with 2 additions and 2 deletions

View file

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