first commit
This commit is contained in:
12
calcom/apps/web/app/future/routing-forms/[...pages]/page.tsx
Normal file
12
calcom/apps/web/app/future/routing-forms/[...pages]/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
const getPageProps = () => {
|
||||
return redirect(`/apps/routing-forms/forms`);
|
||||
};
|
||||
const Page = () => {
|
||||
getPageProps();
|
||||
|
||||
return null;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user