Added journey page. Removed dashboard.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { DashboardPage } from './DashboardPage';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function () {
|
||||
return <DashboardPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Dashboard',
|
||||
};
|
||||
Reference in New Issue
Block a user