From 84622698f6c0e9d76ebe434c00df587908a37015 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Sat, 26 Apr 2025 01:05:59 +0530 Subject: finance/frontend: fix: updated the pages and layouts to be compatible with the backend --- frontend/src/app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/app/layout.tsx') diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index f746389..d1442c8 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -27,9 +27,7 @@ export default function RootLayout({ }>) { return ( - + -- cgit v1.2.3-59-g8ed1b