You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Fix a bunch of lint complaints
This commit is contained in:
@@ -19,7 +19,7 @@ limitations under the License.
|
||||
var React = require('react');
|
||||
var sdk = require('../../../index');
|
||||
var dis = require("../../../dispatcher");
|
||||
var AccessibleButton = require('../elements/AccessibleButton');
|
||||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
|
||||
/*
|
||||
* A stripped-down room header used for things like the user settings
|
||||
|
||||
Reference in New Issue
Block a user