Closed

Description
Support
Hi there,
I followed the official docs and implemented the same in with latest version but unable to get it work,
I am wondering where to put the ParallaxProvider?
import './globals.css'
import { Inter } from 'next/font/google'
import './globals.css'
import { Inter } from 'next/font/google'
import ParallexProviderComponent from '@/components/ParallexProviderComponent'
const inter = Inter({ subsets: ['latin'] })
export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
}
export default function RootLayout({ children }) {
return (
<html lang="en">
<body className={inter.className}>
ParallexProviderComponent
{children}
ParallexProviderComponent
</body>
</html>
)
}
This is not working
Metadata
Metadata
Assignees
Labels
No labels