From 64af04a1e7e48ea2d18c7b57f21e70daba40139f Mon Sep 17 00:00:00 2001 From: "Aayush Garg (He/Him)" <74775129+gamer-1478@users.noreply.github.com> Date: Tue, 15 Nov 2022 00:50:13 +0530 Subject: [PATCH] Update App.js --- src/App.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 6c15ebc..e7e1571 100644 --- a/src/App.js +++ b/src/App.js @@ -25,6 +25,14 @@ function Redirect(url) { ) } +function ATLHACKS() { + return ( +
+ {(() => { Redirect('https://atlhack.herokuapp.com/') })()} +
+ ) +} + function AiDsm() { return (
@@ -45,6 +53,7 @@ function App() { } /> } /> } /> + } /> } />
); } -export default App; \ No newline at end of file +export default App;