Make hooks a subdirectory of app/javascript

This commit is contained in:
Eric Schultz 2020-10-20 16:49:22 -05:00 committed by Eric Schultz
parent b78fb56437
commit 0fe9810f1b
2 changed files with 2 additions and 2 deletions

View file

@ -5,8 +5,8 @@ import take from 'lodash/take';
import fromPairs from 'lodash/fromPairs';
import findLastIndex from 'lodash/findLastIndex';
import hashLeftAntiJoin from '../../common/lodash-joins/hash/hashLeftAntiJoin';
import hashRightAntiJoin from '../../common/lodash-joins/hash/hashRightAntiJoin';
import hashLeftAntiJoin from '../common/lodash-joins/hash/hashLeftAntiJoin';
import hashRightAntiJoin from '../common/lodash-joins/hash/hashRightAntiJoin';
export interface KeyedStep {
key: string;