Skip to content

Commit c504c2f

Browse files
committed
fix: import paths
1 parent d3af72e commit c504c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/crash/crash-details/crash-details.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AdditionalInfo, GroupableThreadCollection, ThreadCollection } from '@crash';
22
import { Event } from '@events';
33
import ac from 'argument-contracts';
4-
import { safeParseJson } from 'src/common/parse';
4+
import { safeParseJson } from '../../common/parse';
55
import { EventResponseObject, createEvents } from '../../events/events-api-client/event';
66
import { AdditionalInfoResponseObject } from '../additional-info/additional-info';
77

src/crashes/crashes-api-row/crashes-api-row.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { safeParseJson } from 'src/common/parse';
1+
import { safeParseJson } from '../../common/parse';
22

33
interface CrashData {
44
groupByCount: number;

0 commit comments

Comments
 (0)