import type { IconName } from "@cocalc/frontend/components/icon";
import { EditorSettings } from "./editor-settings/editor-settings";
export const EDITOR_ICON_NAME: IconName = "edit";
export function AccountPreferencesEditor() {
return <EditorSettings />;
}