import React from 'react' import { type AdminViewComponent } from '../../../../../packages/payload/src/admin/types' import { customNestedViewTitle } from '../../../shared' const CustomNestedView: AdminViewComponent = () => { return (
This custom view was added through the Payload config:
components.views[key].Component