import { Link } from "react-router-dom"; import BasicWindow from "../../Components/BasicWindow"; import { JSX } from "react/jsx-runtime"; function PMProjectPage(): JSX.Element { const content = ( <>

ProjectNameExample

Your Time Reports

New Time Report

Statistics

Unsigned Time Reports

); return ; } export default PMProjectPage;