import { Box, Text } from "@saleor/macaw-ui/next"; import React from "react"; export const Title: React.FC = ({ children }) => ( {children} );