Skip to content

Commit 2c4e93b

Browse files
committed
Fix
1 parent df35291 commit 2c4e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/hardware/portal/transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ITransaction } from '.ITransaction';
1+
import { ITransaction } from './ITransaction';
22

33
export class ITransaction implements ITransaction {
44
id: number;

0 commit comments

Comments
 (0)