Fixed pages.

This commit is contained in:
Mike Cao
2024-02-06 00:38:33 -08:00
parent f7151a880e
commit b85109241b
22 changed files with 86 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
import styles from './ReportMenu.module.css';
import { useContext } from 'react';
import { ReportContext } from './ReportPage';
import { ReportContext } from './Report';
export function ReportMenu({ children }) {
const { report } = useContext(ReportContext);