import { ContentProps } from "@/validations/mutual/dashboard/props"; // This is a mock page dont use it const superUserTenantSomething: React.FC = ({ lang, translations, activePageUrl }) => { return <>

{JSON.stringify(translations)}{" "}{lang}{" "}{activePageUrl}

Some Content 1
Some Content 2
Some Content 3
Some Content 4
Some Content 5
Some Content 6
Some Content 7
Some Content 8
Some Content 9
Some Content 10
Some Content 11
Some Content 12
Some Content 13
Some Content 14
Some Content 15
Some Content 16
} export default superUserTenantSomething