From ac0f1ebf93dd6ff48d524d66aba596d07084db62 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 1 Jul 2021 21:05:57 +0100 Subject: [PATCH] fix field accesses in tests and default params --- src/Terms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terms.ts b/src/Terms.ts index e96081b7b7..f2c01ebe24 100644 --- a/src/Terms.ts +++ b/src/Terms.ts @@ -15,7 +15,7 @@ limitations under the License. */ import classNames from 'classnames'; -import { SERVICE_TYPES } from '../../matrix-js-sdk/src/service-types'; +import { SERVICE_TYPES } from 'matrix-js-sdk/src/service-types'; import { MatrixClientPeg } from './MatrixClientPeg'; import * as sdk from '.';