This commit is contained in:
2026-03-15 10:13:53 -05:00
parent 552d4e2844
commit 6644ba2932
30 changed files with 1768 additions and 64 deletions

View File

@@ -0,0 +1,5 @@
import { ProjectListPage } from "./ProjectListPage";
export function ProjectsPage() {
return <ProjectListPage />;
}