Move matrix-cypher into matrix.to

This commit is contained in:
Jorik Schellekens
2020-09-16 14:57:16 +01:00
parent 91cbb73ac8
commit cf23f0a85e
20 changed files with 531 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ limitations under the License.
import React, { useEffect, useState } from 'react';
import classNames from 'classnames';
import { Room, User } from 'matrix-cypher';
import { Room, User } from '../matrix-cypher';
import { getMediaQueryFromMCX } from '../utils/cypher-wrapper';
import logo from '../imgs/chat-icon.svg';