mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 21:37:54 -05:00
fix import
This commit is contained in:
@ -2,9 +2,9 @@ import { log, LogTypes as LT } from '@Log4Deno';
|
||||
|
||||
import { RollConf } from 'artigen/dice/dice.d.ts';
|
||||
|
||||
import { getLoopCount, loopCountCheck } from 'artigen/managers/loopManager.ts';
|
||||
import { DiceOptions, NumberlessDiceOptions } from 'artigen/dice/rollOptions.ts';
|
||||
|
||||
import { DiceOptions, NumberlessDiceOptions } from './rollOptions.ts';
|
||||
import { getLoopCount, loopCountCheck } from 'artigen/managers/loopManager.ts';
|
||||
|
||||
import { loggingEnabled } from 'artigen/utils/logFlag.ts';
|
||||
import { addToRange, gtrAddToRange, ltAddToRange } from 'artigen/utils/rangeAdder.ts';
|
||||
|
||||
Reference in New Issue
Block a user