playwright/tests/components/ct-react/src/pages/DashboardPage.tsx

4 lines
76 B
TypeScript
Raw Normal View History

2022-11-08 17:40:06 +01:00
export default function DashboardPage() {
return <main>Dashboard</main>
}