fix:tawkto

This commit is contained in:
Rama Priyanto 2025-07-11 13:17:36 +07:00
parent 41d0303bc1
commit cf1b5ce134
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<Providers themeProps={{ attribute: "class", defaultTheme: "light" }}>
<main className="">{children}</main>
</Providers>
{/* <LoadTawk /> */}
<LoadTawk />
</body>
</html>
);