feat: profile and greetings
This commit is contained in:
parent
83541339e9
commit
498c1d8563
5 changed files with 83 additions and 5 deletions
|
|
@ -1,11 +1,13 @@
|
|||
//home
|
||||
import ExpenseItem from "./home/expenseItem/expenseItem"
|
||||
import Welcome from "./home/Welcome/Welcome"
|
||||
|
||||
//common
|
||||
import Plus from "./common/plus/plus"
|
||||
|
||||
export {
|
||||
ExpenseItem,
|
||||
Welcome,
|
||||
Plus
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue