import { Banner } from '@payloadcms/ui/elements/Banner' import React from 'react' import { SeedButton } from './SeedButton' import './index.scss' const baseClass = 'before-dashboard' const BeforeDashboard: React.FC = () => { return (

Welcome to your dashboard!

Here's what to do next: {'Pro Tip: This block is a '} custom component , you can remove it at any time by updating your payload.config.
) } export default BeforeDashboard