Merged PR 157: accounts.repository.service.tsの参照があやまっている
## 概要 [Task1960: accounts.repository.service.tsの参照があやまっている](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1960) - constantsの参照についてsrcフォルダを参照しないように修正しました ## レビューポイント - 特になし ## UIの変更 - 特になし ## 動作確認状況 - ビルドが成功することを確認 ## 補足 - 相談、参考資料などがあれば
This commit is contained in:
parent
201b6be260
commit
3220ae0552
@ -15,7 +15,7 @@ import {
|
||||
getDirection,
|
||||
getTaskListSortableAttribute,
|
||||
} from '../../common/types/sort/util';
|
||||
import { LICENSE_STATUS_ISSUE_REQUESTING } from '../../../src/constants';
|
||||
import { LICENSE_STATUS_ISSUE_REQUESTING } from '../../constants';
|
||||
|
||||
export class AccountNotFoundError extends Error {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user