Refactor: removed default exports.
This commit is contained in:
@@ -20,7 +20,7 @@ const reports = {
|
||||
revenue: RevenueReport,
|
||||
};
|
||||
|
||||
export default function ReportPage({ reportId }: { reportId: string }) {
|
||||
export function ReportPage({ reportId }: { reportId: string }) {
|
||||
const { report } = useReport(reportId);
|
||||
|
||||
if (!report) {
|
||||
|
||||
Reference in New Issue
Block a user