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:
masaaki 2023-06-13 09:45:30 +00:00
parent 201b6be260
commit 3220ae0552

View File

@ -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 {}