MCPcopy Create free account
hub / github.com/code100x/cms / Props

Interface Props

src/app/courses/layout.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import React from 'react';
3
4interface Props {
5 children: React.ReactNode;
6}
7
8const CourseLayout = (props: Props) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected