Resolve "datenbank schmiert ab wenn schnell 20~ einträge eingetragen werden"
This commit is contained in:
parent
32de9bf1f1
commit
417204b4c1
13 changed files with 124 additions and 89 deletions
|
|
@ -3,6 +3,7 @@ import ExpenseItem from "./home/expenseItem/expenseItem"
|
|||
import Welcome from "./home/Welcome/Welcome"
|
||||
|
||||
//common
|
||||
import LoadingSymbol from "./common/loadingSymbol/loadingSymbol"
|
||||
import Plus from "./common/plus/plus"
|
||||
import SearchBar from "./common/searchBar/SearchBar"
|
||||
|
||||
|
|
@ -11,10 +12,8 @@ import SearchBar from "./common/searchBar/SearchBar"
|
|||
import Input from "./login/input"
|
||||
|
||||
export {
|
||||
ExpenseItem,
|
||||
Welcome,
|
||||
Plus,
|
||||
SearchBar,
|
||||
Input,
|
||||
ExpenseItem, Input,
|
||||
LoadingSymbol, Plus,
|
||||
SearchBar, Welcome
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue