Skip to content

Commit

Permalink
rickroll added
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsinghbisht committed Nov 2, 2024
1 parent b10fe94 commit af6637a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# secret pages here
https://youtu.be/dQw4w9WgXcQ
2 changes: 2 additions & 0 deletions src/app/context/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const AppContextProvider = ({ children }: { children: React.ReactNode })
const [loading, setLoading] = useState<boolean>(true);

useEffect(() => {
console.log("https://youtu.be/dQw4w9WgXcQ");

const controller = new AbortController()
const { signal } = controller;

Expand Down

0 comments on commit af6637a

Please sign in to comment.