()
| 7 | }) |
| 8 | |
| 9 | function 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected