Convert many imports to handle ES6 exports
Reliant upon https://github.com/matrix-org/matrix-react-sdk/pull/3761
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
import AutocompleteWrapperModel from "./autocomplete";
|
||||
import Avatar from "../Avatar";
|
||||
import * as Avatar from "../Avatar";
|
||||
|
||||
class BasePart {
|
||||
constructor(text = "") {
|
||||
|
||||
Reference in New Issue
Block a user