first commit
This commit is contained in:
7
frontend/app/main/planning/projects/layout.tsx
Normal file
7
frontend/app/main/planning/projects/layout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
function ProjectsLayout({ children }: { children: React.ReactNode }) {
|
||||
return <div>{children}</div>;
|
||||
}
|
||||
|
||||
export default ProjectsLayout;
|
||||
Reference in New Issue
Block a user