feat: budget crud actions

This commit is contained in:
Max Koon
2025-12-06 23:02:28 -05:00
parent 76f2a43bd0
commit 27f6e627d4
20 changed files with 445 additions and 113 deletions

View File

@@ -13,7 +13,7 @@ export default function Page() {
useEffect(() => {
const handler = () => {
const newRoute = window.location.pathname.slice(1);
const newRoute = window.location.pathname.slice(1) + "/";
setRoute(newRoute);
};