Open emarj opened 1 year ago
At the moment error is defined in the main (moneytracker) package and hence the store package imports it. This creates and unwanted dependency cycle. Probably the error should be redefined or should be defined in an internal package.
moneytracker
store
Actually the inner packages already refer to MT for type definition!
At the moment error is defined in the main (
moneytracker
) package and hence thestore
package imports it. This creates and unwanted dependency cycle. Probably the error should be redefined or should be defined in an internal package.