Skip to content

Commit a0dbc10

Browse files
committed
Fix import issue.
1 parent 046f90b commit a0dbc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/commandParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @flow
2-
import { getRollResult } from './rolLCommand'
2+
import { getRollResult } from './rollCommand'
33
import type { MessageResult } from 'common/types'
44

55
export function getMessageResult(text: string): ?MessageResult {

0 commit comments

Comments
 (0)