12345678910111213141516171819202122232425262728293031 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`SettingsLayout renders 1`] = `
- <Fragment>
- <withOrganizations(withLatestContext(withRouter(SidebarContainer))) />
- <SettingsColumn>
- <SettingsHeader>
- <Flex
- align="center"
- width={1}
- >
- <Box
- flex="1"
- >
- <ConnectedSettingsBreadcrumb
- route={Object {}}
- routes={Array []}
- />
- </Box>
- <StyledSettingsSearch
- routes={Array []}
- />
- </Flex>
- </SettingsHeader>
- <MaxWidthContainer>
- <Content />
- </MaxWidthContainer>
- <Footer />
- </SettingsColumn>
- </Fragment>
- `;
|