Files
mrp/client/src/modules/projects/ProjectsPage.tsx

6 lines
119 B
TypeScript
Raw Normal View History

2026-03-15 10:13:53 -05:00
import { ProjectListPage } from "./ProjectListPage";
export function ProjectsPage() {
return <ProjectListPage />;
}