File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 "react-colorful" : " ^5.6.1" ,
3535 "react-dom" : " ^18.2.0" ,
3636 "react-hook-form" : " ^7.54.2" ,
37- "react-scan" : " ^0.3.3" ,
3837 "tailwind-merge" : " ^3.0.2" ,
3938 "tailwindcss-animate" : " ^1.0.7" ,
4039 "zod" : " ^3.24.2"
Original file line number Diff line number Diff line change 1- // ReactScan must be imported before react
21import Header from "@/components/ui/Header" ;
3- import { ReactScan } from "@/components/ui/reactScan" ;
42import { GoogleAnalytics } from "@next/third-parties/google" ;
53import type { Viewport } from "next" ;
64import { NextIntlClientProvider } from "next-intl" ;
@@ -56,7 +54,6 @@ export default async function RootLayout({
5654 const messages = await getMessages ( ) ;
5755 return (
5856 < html lang = { locale } dir = { locale == "ar" ? "rtl" : "ltr" } >
59- { /* <ReactScan /> */ }
6057 < body
6158 className = { cn (
6259 "antialiased flex flex-col min-h-screen" ,
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments