Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer-1478 authored Feb 15, 2023
1 parent bac4428 commit 2c687ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ function Aihome() {
)
}

function LaunchX() {
return (
<div>
{window.location.href = "https://youtu.be/-QJ0fFIIKEM"}
</div>
)
}


function Redirect(url) {
return (
<div>
Expand Down

0 comments on commit 2c687ff

Please sign in to comment.