feat(web): introduce API tokens in admin dashboard
This commit is contained in:
@@ -12,3 +12,5 @@ export const generateExternalLink = (link) => (str) => (
|
||||
{str}
|
||||
</Link>
|
||||
);
|
||||
|
||||
export const makeBold = (str) => <strong>{str}</strong>;
|
||||
|
||||
Reference in New Issue
Block a user