Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import React from
'react'
;
3
4
interface Props {
5
children: React.ReactNode;
6
}
7
8
const CourseLayout = (props: Props) => {
9
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected