You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix imports for tests
This doesn't fix the fact that someone called it "peg".
This commit is contained in:
@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import peg from '../../../src/MatrixClientPeg';
|
||||
import {MatrixClientPeg as peg} from '../../../src/MatrixClientPeg';
|
||||
import {
|
||||
makeGroupPermalink,
|
||||
makeRoomPermalink,
|
||||
|
Reference in New Issue
Block a user