fix(mission-control): fix hyphenated function names in pages

- PdfViewerPage, TradingChartPage, TradingReportsPage, TradingToolsPage
- TaskHistoryPage, HpSubmissionsPage, ProjectsPanelPage
- ResumeUploadPage, SystemStatusPage
This commit is contained in:
2026-03-23 19:29:45 +01:00
parent 00908900c8
commit e33898ec2e
10 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import BackToMC from "@/components/mission-control/BackToMC";
export default function Pdf-viewerPage() {
export default function PdfViewerPage() {
return (
<>
<BackToMC />