Skip to content

Commit

Permalink
team positions redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
devk03 committed Dec 24, 2023
1 parent e31acbe commit 34c6391
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/team.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { NextPage } from "next";
import Redirect from "../components/Redirect";

const TeamPage: NextPage = () => (
<Redirect route="https://v1team.notion.site/Join-the-V1-Team-45b77563d6bb44a0bd343fc73409112a" />
);

export default TeamPage;

0 comments on commit 34c6391

Please sign in to comment.