eigent/package/@stackframe/react/dist/esm/components-page/account-settings/page-layout.js

9 lines
294 B
JavaScript

// 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