Dashboard

import React from “react”; const NewPage = () => { const html = ` Knockout Lead Gen Dashboard

Knockout Lead Gen Dashboard

Overall Progress: 0%

0%
0 / 0 Tasks Done Next: Kickoff
Tasks (Click to Update)
IDPhaseTaskOwnerDueStatus
`; // Render the raw HTML inside a wrapper. Using dangerouslySetInnerHTML because the provided content // is a full HTML document (head/body) and not typical React JSX. return
; }; export default NewPage;