import React from 'react'; import { Page } from '../Page'; import { Dashboard } from './Dashboard'; export function DashboardPage() { return (
); }