import { PropsWithBox, Box } from "@saleor/macaw-ui/next"; export const AppCard = ({ children, ...p }: PropsWithBox<{}>) => { return ( {children} ); };