mirror of https://github.com/almqv/wych.dev
parent
c7a5af2f9e
commit
52283cf73b
@ -0,0 +1,12 @@ |
|||||||
|
"use client"; |
||||||
|
|
||||||
|
import { redirect } from "next/navigation"; |
||||||
|
|
||||||
|
const SCHEDULING_URL = "https://cal.com/elias-almqvist-d33wxo"; |
||||||
|
|
||||||
|
// Redirect to the external URL
|
||||||
|
const Page = () => { |
||||||
|
redirect(SCHEDULING_URL); |
||||||
|
}; |
||||||
|
|
||||||
|
export default Page; |
Loading…
Reference in new issue