feat: ExpenseItem on Home Screen
This commit is contained in:
parent
0f9783c292
commit
da58edc1da
5 changed files with 140 additions and 5 deletions
7
components/index.jsx
Normal file
7
components/index.jsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//home
|
||||
import ExpenseItem from "./home/expenseItem/expenseItem"
|
||||
|
||||
export {
|
||||
ExpenseItem
|
||||
}
|
||||
|
||||
Reference in a new issue