import { Layout } from 'lib/components' import { Button } from '@geist-ui/core' export const meta = { title: 'Hello World', date: '2019-06-03T11:38:04.563Z', } Welcome to `unix.bio`, run `npm run post` to create your first post. export default ({ children }) => {children}