10 lines
294 B
TypeScript
10 lines
294 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const ACCOUNT_OUTLINE_IMAGE = 'account-outline';
|
|
export const USER_PROFILE_PICTURE_SIZE = 153;
|
|
|
|
export default {
|
|
ACCOUNT_OUTLINE_IMAGE,
|
|
USER_PROFILE_PICTURE_SIZE,
|
|
};
|