Skip to content

Commit

Permalink
fix: import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Apr 4, 2024
1 parent d3af72e commit c504c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crash/crash-details/crash-details.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AdditionalInfo, GroupableThreadCollection, ThreadCollection } from '@crash';
import { Event } from '@events';
import ac from 'argument-contracts';
import { safeParseJson } from 'src/common/parse';
import { safeParseJson } from '../../common/parse';
import { EventResponseObject, createEvents } from '../../events/events-api-client/event';
import { AdditionalInfoResponseObject } from '../additional-info/additional-info';

Expand Down
2 changes: 1 addition & 1 deletion src/crashes/crashes-api-row/crashes-api-row.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { safeParseJson } from 'src/common/parse';
import { safeParseJson } from '../../common/parse';

interface CrashData {
groupByCount: number;
Expand Down

0 comments on commit c504c2f

Please sign in to comment.