import { Paper, SimpleGrid } from '@mantine/core'; import type React from 'react'; export function ItemDetailsGrid(props: React.PropsWithChildren<{}>) { return ( {props.children} ); }