MCPcopy Create free account
hub / github.com/hashintel/hash / getLayoutWithSidebar

Function getLayoutWithSidebar

apps/hash-frontend/src/shared/layout.tsx:23–30  ·  view source on GitHub ↗
(
  page: ReactElement,
  layoutWithSidebarProps: LayoutWithSidebarProps = {},
)

Source from the content-addressed store, hash-verified

21};
22
23export const getLayoutWithSidebar = (
24 page: ReactElement,
25 layoutWithSidebarProps: LayoutWithSidebarProps = {},
26) => {
27 return (
28 <LayoutWithSidebar {...layoutWithSidebarProps}>{page}</LayoutWithSidebar>
29 );
30};

Callers 15

invites.page.tsxFile · 0.90
workers.page.tsxFile · 0.90
goals.page.tsxFile · 0.90
entities.page.tsxFile · 0.90
me.page.tsxFile · 0.90
notes.page.tsxFile · 0.90
AppFunction · 0.90
flows.page.tsxFile · 0.90
index.page.tsxFile · 0.90
processes.page.tsxFile · 0.90
actions.page.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected