Skip to content

Commit b829d42

Browse files
committed
feat: team video
1 parent 19403ad commit b829d42

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {redirect} from "next/navigation"
2+
3+
const Page = () => {
4+
redirect("https://youtu.be/qoh0gL20OSg")
5+
}
6+
7+
export default Page

0 commit comments

Comments
 (0)