MCPcopy Create free account
hub / github.com/experdot/pointer / MainLayout

Function MainLayout

src/renderer/src/components/layout/MainLayout/index.tsx:9–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import './MainLayout.css'
8
9export function MainLayout(): React.JSX.Element {
10 return (
11 <Flex className="main-layout" vertical>
12 <TitleBar />
13 <Flex className="main-layout-body" flex={1}>
14 <ActivityBar />
15 <Sidebar />
16 <EditorArea />
17 </Flex>
18 </Flex>
19 )
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected