Fix test
This commit is contained in:
parent
a4a7803407
commit
a157679906
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as monthUtils from '../../shared/months';
|
||||
import { safeNumber } from '../../shared/util';
|
||||
import * as sheet from '../sheet';
|
||||
import { number, sumAmounts, flatten2, unflatten2 } from './util';
|
||||
import { safeNumber } from './util';
|
||||
|
||||
const { resolveName } = require('../spreadsheet/util');
|
||||
|
||||
|
|
Loading…
Reference in a new issue