import styles from "./container.module.css" export default function ListContainer({ children }: React.PropsWithChildren) { return
{children}
}