Remove unused _t import
parent
92579cf463
commit
8ad189c79d
|
@ -18,7 +18,6 @@ limitations under the License.
|
||||||
|
|
||||||
var StandardActions = require('./StandardActions');
|
var StandardActions = require('./StandardActions');
|
||||||
var PushRuleVectorState = require('./PushRuleVectorState');
|
var PushRuleVectorState = require('./PushRuleVectorState');
|
||||||
import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
|
||||||
|
|
||||||
class VectorPushRuleDefinition {
|
class VectorPushRuleDefinition {
|
||||||
constructor(opts) {
|
constructor(opts) {
|
||||||
|
|
Loading…
Reference in New Issue