import React from 'react';
import styled from '@emotion/styled';
import Breadcrumbs from 'app/components/breadcrumbs';
import Button from 'app/components/button';
import ButtonBar from 'app/components/buttonBar';
import * as Layout from 'app/components/layouts/thirds';
import Link from 'app/components/links/link';
import space from 'app/styles/space';
const crumbs = [
{
label: 'Issues',
to: '',
},
{
label: 'List',
to: '',
},
{
label: 'Detail',
to: '',
},
];
export default {
title: 'Layouts/Thirds',
};
export const _6633Layout = () => (
Some heading content