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;