aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/app/layout.tsx
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-26 01:05:59 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-26 01:05:59 +0530
commit84622698f6c0e9d76ebe434c00df587908a37015 (patch)
treebd36294b36de67fc182bae088ca34943d14ff129 /frontend/src/app/layout.tsx
parentb08baa708e58bffcaed00525ccfc2a704102dc90 (diff)
downloadfinance-84622698f6c0e9d76ebe434c00df587908a37015.tar.gz
finance-84622698f6c0e9d76ebe434c00df587908a37015.tar.bz2
finance-84622698f6c0e9d76ebe434c00df587908a37015.zip
finance/frontend: fix: updated the pages and layouts to be compatible with the backend
Diffstat (limited to 'frontend/src/app/layout.tsx')
-rw-r--r--frontend/src/app/layout.tsx4
1 files changed, 1 insertions, 3 deletions
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 (
<html lang="en" suppressHydrationWarning>
- <body
- className={`${geistSans.variable} ${geistMono.variable} antialiased`}
- >
+ <body suppressHydrationWarning className={`${geistSans.variable} ${geistMono.variable} antialiased`} >
<ThemeProvider>
<Providers>
<NotificationProvider>