refactor: reorganize import statements and clean up code
This commit is contained in:
parent
a677b1fbdb
commit
66e5d730dd
15 changed files with 23 additions and 41 deletions
|
@ -1,5 +1,4 @@
|
|||
export interface Transaction {
|
||||
id: string;
|
||||
status: string;
|
||||
amount: number;
|
||||
createdAt: string;
|
||||
|
|
Reference in a new issue