Files
plane/web/ce/components/projects/page.tsx

4 lines
94 B
TypeScript
Raw Permalink Normal View History

2024-08-20 17:55:43 +05:30
import Root from "@/components/project/root";
export const ProjectPageRoot = () => <Root />;