49284a0f11
* Implement basic access control. * Fix formatting
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import React from "react";
|
|
|
|
export const ForbiddenSection = () => {
|
|
return <>Forbidden</>;
|
|
};
|