1 2 3 4 5 6import type { AdminViewServerProps } from 'payload' export function CustomView(args: AdminViewServerProps) { return <div id="custom-view">Hello, world!</div> }
1 2 3 4 5 6
import type { AdminViewServerProps } from 'payload' export function CustomView(args: AdminViewServerProps) { return <div id="custom-view">Hello, world!</div> }