client/app/lib/components/core/layouts/Page.tsx
Function Page
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Page = (props: PageProps): JSX.Element => {
const { backTo: route } = props;
const navigate = useNavigate();
- Create a ticketCreate a ticket