mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Appease the linter
This commit is contained in:
parent
0cae60ed2c
commit
d886409c0c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { MatrixClient } from "matrix-js-sdk";
|
||||
import { MatrixClient } from "matrix-js-sdk/src";
|
||||
|
||||
/**
|
||||
* Decorates the given event content object with the "send start time". The
|
||||
|
|
Loading…
Reference in a new issue