MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / ProgramPage

Function ProgramPage

src/Components/ProgramPage/ProgramPage.jsx:34–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export default function ProgramPage() {
35 const loaderData = useLoaderData();
36 return (
37 <>
38 <SideBar loaderData={loaderData}/>
39 <Paper
40 className="ProgramContent"
41 elevation={0}
42 sx={{
43 bgcolor: (theme) => theme.palette.surface,
44 }}>
45 <Outlet/>
46 </Paper>
47 </>
48 )
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected