From af6637a7dd56b1b94ad06d4f609fee760ec1ec83 Mon Sep 17 00:00:00 2001 From: Tushar Date: Sat, 2 Nov 2024 10:25:42 +0530 Subject: [PATCH] rickroll added --- .vscode/settings.json | 1 + public/robots.txt | 2 ++ src/app/context/AppContext.tsx | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 public/robots.txt diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..bbfad3a --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +# secret pages here +https://youtu.be/dQw4w9WgXcQ \ No newline at end of file diff --git a/src/app/context/AppContext.tsx b/src/app/context/AppContext.tsx index 58946e0..9822c4d 100644 --- a/src/app/context/AppContext.tsx +++ b/src/app/context/AppContext.tsx @@ -12,6 +12,8 @@ export const AppContextProvider = ({ children }: { children: React.ReactNode }) const [loading, setLoading] = useState(true); useEffect(() => { + console.log("https://youtu.be/dQw4w9WgXcQ"); + const controller = new AbortController() const { signal } = controller;