// This ensures this component is rendered only on the client side 'use client'; import Typography from '@mui/material/Typography'; import React from 'react'; export default function InvestigatePage() { return (
Investigate Overview
); }