Fix a bunch of lint complaints
This commit is contained in:
parent
86276450f6
commit
770820e6fa
11 changed files with 43 additions and 25 deletions
|
@ -20,7 +20,7 @@ var React = require('react');
|
|||
|
||||
var MatrixClientPeg = require('../../../MatrixClientPeg');
|
||||
var sdk = require('../../../index');
|
||||
var AccessibleButton = require('../elements/AccessibleButton');
|
||||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
|
||||
|
||||
var PRESENCE_CLASS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue