A few changes:
Auto fill amount category edit Empty list component calendar filtering in category screen, expenses can be added directly
This commit is contained in:
parent
e0f3cf947c
commit
8149ec234f
10 changed files with 97 additions and 42 deletions
|
|
@ -16,6 +16,7 @@ import Plus from "./common/plus"
|
|||
import TextInputBar from "./common/TextInputBar"
|
||||
import AutoDecimalInput from "./common/AutoDecimalInput"
|
||||
import RoundedButton from "./common/RoundedButton"
|
||||
import EmptyListCompenent from "./common/EmptyListCompenent"
|
||||
|
||||
//login
|
||||
import BudgetHeader from "./budget/budgetHeader"
|
||||
|
|
@ -45,6 +46,7 @@ export {
|
|||
CategoryItem,
|
||||
TypeSelectorSwitch,
|
||||
NavigationButton,
|
||||
CustomColorPicker
|
||||
CustomColorPicker,
|
||||
EmptyListCompenent,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue