Files
payload/packages/dev/src/collections/Pages/CustomLabel.tsx
2024-01-26 14:12:41 -05:00

6 lines
129 B
TypeScript

import React from 'react'
export const CustomLabel: React.FC = () => {
return <div>This is a custom `Label` component</div>
}