You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm getting this issues
./src/containers/Reports/index.js
Module not found: Can't resolve 'actions/entities/accounts' in '/home/berchant/work/Ospace/money-tracker/src/containers/Reports'
and when i go to a console this is another error i'm getting
src/entities/Account.ts
Line 56:31: Parsing error: Unexpected token, expected "]"
i'm getting this issues
./src/containers/Reports/index.js
Module not found: Can't resolve 'actions/entities/accounts' in '/home/berchant/work/Ospace/money-tracker/src/containers/Reports'
and when i go to a console this is another error i'm getting
src/entities/Account.ts
Line 56:31: Parsing error: Unexpected token, expected "]"
54 | }
55 |
src/entities/Transaction.ts
Line 19:17: Parsing error: Unexpected token, expected "]"
17 | date: string;
18 | linkedAmount?: string;
The text was updated successfully, but these errors were encountered: