import { Container, Heading } from "@medusajs/ui" export default function ContainerLayout() { return (
Menubar
Section 1 Section 2 Section 3
) }