playwright/tests/components/ct-react17/src/pages/DashboardPage.tsx
2023-04-09 15:11:31 -07:00

4 lines
76 B
TypeScript

export default function DashboardPage() {
return <main>Dashboard</main>
}