Bulk change counterpart imports
to use react-sdk wrapper function, rather than using counterpart directly.
This commit is contained in:
parent
aaf948017a
commit
ee85eb961a
15 changed files with 15 additions and 15 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
'use strict';
|
||||
|
||||
var React = require('react');
|
||||
import _t from 'counterpart-riot';
|
||||
import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
||||
var Notifier = require("matrix-react-sdk/lib/Notifier");
|
||||
var sdk = require('matrix-react-sdk')
|
||||
var AccessibleButton = require('matrix-react-sdk/lib/components/views/elements/AccessibleButton');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue