From 6326460d89d71104d0f305d7d149cfdc39a3f59b Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Mon, 1 Jun 2026 20:41:04 -0500 Subject: [PATCH] fix: wire Providers motion context and Template page transitions --- app/layout.tsx | 11 +++++++---- app/page.tsx | 3 +++ app/posts/page.tsx | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 09c4be6..a2fcd3e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,6 +6,7 @@ import 'katex/dist/katex.min.css' import { Header } from '@/components/layout/Header' import { Footer } from '@/components/layout/Footer' import { ScrollProgress } from '@/components/ui/ScrollProgress' +import { Providers } from './providers' const inter = Inter({ subsets: ['latin'], @@ -41,10 +42,12 @@ export default function RootLayout({ children }: { children: React.ReactNode }) enableSystem disableTransitionOnChange > - -
- {children} -