import React, { Fragment } from 'react' import type { AdminViewComponent } from '../../../../../packages/payload/src/config/types' const CustomAccountView: AdminViewComponent = () => { return (

Custom Account View

This custom view was added through the Payload config:

) } export default CustomAccountView