mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Appease the linter
This commit is contained in:
parent
cf4fa068c4
commit
a719623bb9
1 changed files with 0 additions and 3 deletions
|
@ -14,12 +14,9 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import React from 'react';
|
||||
import MImageBody from './MImageBody';
|
||||
import sdk from '../../../index';
|
||||
import {_t} from "../../../languageHandler";
|
||||
|
||||
export default class MStickerBody extends MImageBody {
|
||||
// Mostly empty to prevent default behaviour of MImageBody
|
||||
|
|
Loading…
Reference in a new issue