import Frame from "./Frame";
export default function PlayGround() {
return (
<div className="w-full px-4 sm:px-6 md:px-8 lg:px-12 mt-12 sm:mt-16 md:mt-20 lg:mt-24">
<Frame />
</div>
);
}