diff --git a/frontend/src/pages/app/DashboardPage.tsx b/frontend/src/pages/app/DashboardPage.tsx index 8b75c280..e322a546 100644 --- a/frontend/src/pages/app/DashboardPage.tsx +++ b/frontend/src/pages/app/DashboardPage.tsx @@ -231,3 +231,5 @@ export function NewDashboardPage() { ); } + +export default NewDashboardPage;