"use client"; import { useRouter } from "next/navigation"; import type { LayoutProps } from "@calcom/features/shell/Shell"; import { Button } from "@calcom/ui"; export const ShellMainAppDirBackButton = ({ backPath }: { backPath: LayoutProps["backPath"] }) => { const router = useRouter(); return (