playwright/tests/components/ct-react-vite/src/pages/DashboardPage.tsx
2022-11-08 08:39:48 -08:00

4 lines
76 B
TypeScript

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