// src/components-page/account-settings/page-layout.tsx import { jsx } from "react/jsx-runtime"; function PageLayout(props) { return /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-6", children: props.children }); } export { PageLayout }; //# sourceMappingURL=page-layout.js.map