{"ast":null,"code":"var __jsx = React.createElement;\nimport React from 'react';\nimport { headerHeight, position, size } from '~/utils/style';\nimport Navbar from '~/components/Navbar';\nimport styled from 'styled-components';\nconst Main = styled.main.withConfig({\n  displayName: \"Layout__Main\",\n  componentId: \"sc-12g5cuw-0\"\n})([\"padding-top:\", \";\"], headerHeight);\nconst Header = styled.header.withConfig({\n  displayName: \"Layout__Header\",\n  componentId: \"sc-12g5cuw-1\"\n})([\"z-index:10000;\", \" \", \"\"], size(headerHeight, '100%'), position('fixed', 0, 0, null, 0));\n\nconst Layout = ({\n  children\n}) => __jsx(Main, null, __jsx(Header, null, __jsx(Navbar, null)), children);\n\nexport default Layout;","map":null,"metadata":{},"sourceType":"module"}