import { html } from "lit"; const Template = () => html` Logo
Profile Settings

Edit profile

Update your personal details and preferences.

Personal information

Your name and contact details. Only your agency administrator can see this information.

Role & access

Your position and assigned permissions within the system.

Policy Operations ICT Viewer Editor Admin

Notes

Optional additional context visible to your team.

Cancel Save changes
`; export default { title: "Templates/Form/Basic", tags: ["!autodocs"], parameters: { layout: "fullscreen" } }; export const Basic = { render: Template.bind({}), name: "Basic" };