Skip to content

Commit feb1e0a

Browse files
committed
chore: remove react-scan
1 parent 68c6a72 commit feb1e0a

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

‎client/package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
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"

‎client/src/app/[locale]/layout.tsx‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// ReactScan must be imported before react
21
import Header from "@/components/ui/Header";
3-
import { ReactScan } from "@/components/ui/reactScan";
42
import { GoogleAnalytics } from "@next/third-parties/google";
53
import type { Viewport } from "next";
64
import { 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",

‎client/src/components/ui/reactScan.tsx‎

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)