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