6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
const ProtectedUnauthorizedLabel = () => {
|
|
return <div className="text-center">This item is protected. Please authorize first.</div>
|
|
}
|
|
|
|
export default ProtectedUnauthorizedLabel
|