mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
going back to inter classname
This commit is contained in:
parent
bb37f3e550
commit
068085bfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default async function RootLayout({
|
|||
const userImage = session?.user?.image;
|
||||
|
||||
return (
|
||||
<html lang="en" className="__className_0ec1f4">
|
||||
<html lang="en" className={inter.className}>
|
||||
<body>
|
||||
<Provider>
|
||||
<ReactQueryProvider>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue