import Layout from '../components/Layout' import Split from '../components/Split' export default function LayoutShowcase() { return (

Horizontal Split

Left
Right

Vertical Split

Top
Bottom
) }