Refactor: removed default exports.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Metadata } from 'next';
|
||||
import JourneyReportPage from './JourneyReportPage';
|
||||
import { JourneyReportPage } from './JourneyReportPage';
|
||||
|
||||
export default function () {
|
||||
return <JourneyReportPage />;
|
||||
|
||||
Reference in New Issue
Block a user