feat: amountField
This commit is contained in:
parent
0ea9acde38
commit
93d16fc08a
6 changed files with 134 additions and 17 deletions
|
|
@ -9,8 +9,9 @@ import SearchBar from "./common/SearchBar"
|
|||
import NavigationButton from "./common/button"
|
||||
import LoadingSymbol from "./common/loadingSymbol"
|
||||
import Plus from "./common/plus"
|
||||
import AutoDecimalInput from "./common/AutoDecimalInput"
|
||||
|
||||
//budget
|
||||
//login
|
||||
import BudgetHeader from "./budget/budgetHeader"
|
||||
import CategoryItem from "./budget/categoryItem"
|
||||
import CustomColorPicker from "./budget/customColorPicker"
|
||||
|
|
@ -22,6 +23,6 @@ import Input from "./login/input"
|
|||
export {
|
||||
BudgetHeader, ButtonSetting, CategoryItem, CustomCard, CustomColorPicker, ExpenseItem, Input,
|
||||
LoadingSymbol, NavigationButton, Plus,
|
||||
SearchBar, ToggleSetting, TypeSelectorSwitch, Welcome
|
||||
SearchBar, ToggleSetting, TypeSelectorSwitch, Welcome, AutoDecimalInput
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue