Resolve "Add Category Modal"
This commit is contained in:
parent
d2837c12b3
commit
9204d6f235
10 changed files with 297 additions and 21 deletions
|
|
@ -4,19 +4,24 @@ import Welcome from "./home/Welcome"
|
|||
import ExpenseItem from "./home/expenseItem"
|
||||
|
||||
//common
|
||||
import CustomCard from "./common/CustomCard"
|
||||
import SearchBar from "./common/SearchBar"
|
||||
import NavigationButton from "./common/button"
|
||||
import LoadingSymbol from "./common/loadingSymbol"
|
||||
import Plus from "./common/plus"
|
||||
import SearchBar from "./common/SearchBar"
|
||||
import CustomCard from "./common/CustomCard"
|
||||
|
||||
//budget
|
||||
import BudgetHeader from "./budget/budgetHeader"
|
||||
import CategoryItem from "./budget/categoryItem"
|
||||
import CustomColorPicker from "./budget/customColorPicker"
|
||||
import TypeSelectorSwitch from "./budget/typeSelectorSwitch"
|
||||
|
||||
//login
|
||||
import BudgetHeader from "./budget/budgetHeader"
|
||||
import Input from "./login/input"
|
||||
|
||||
export {
|
||||
BudgetHeader, ButtonSetting, CustomCard, ExpenseItem, Input,
|
||||
LoadingSymbol, Plus,
|
||||
SearchBar, ToggleSetting, Welcome
|
||||
BudgetHeader, ButtonSetting, CategoryItem, CustomCard, CustomColorPicker, ExpenseItem, Input,
|
||||
LoadingSymbol, NavigationButton, Plus,
|
||||
SearchBar, ToggleSetting, TypeSelectorSwitch, Welcome
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue