implemented plus button on budget screen and routing for the plus button
This commit is contained in:
parent
85c737e66c
commit
6ee1c01d6a
6 changed files with 45 additions and 16 deletions
8
app/(tabs)/budget/addCategory.tsx
Normal file
8
app/(tabs)/budget/addCategory.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
const addCategory = () => {
|
||||
return (
|
||||
<></>
|
||||
);
|
||||
}
|
||||
|
||||
export default addCategory;
|
||||
Reference in a new issue