* MM-34407 Use Avatars for Sidebar DMs * Update app/components/channel_icon.js Co-authored-by: Joseph Baylon <joseph.baylon@mattermost.com> * UI feedback * Align the private channel icon Co-authored-by: Joseph Baylon <joseph.baylon@mattermost.com>
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export {default as useDidUpdate} from './did_update';
|