MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / PublicLayout

Function PublicLayout

frontend/src/routes/_publicLayout.tsx:9–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7})
8
9function PublicLayout() {
10 return (
11 <Container>
12 <Flex
13 position="absolute"
14 top="0"
15 left="0"
16 right="0"
17 px="4"
18 py="4"
19 zIndex={1}
20 justifyContent="flex-end"
21 >
22 <LanguageSelector />
23 </Flex>
24 <Outlet />
25 </Container>
26 )
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected