Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
/**
|
|
* Size for the Avatar.
|
|
*/
|
|
export const AVATAR_SIZE = 200;
|