diff --git a/src/matrix/registration/stages/BaseRegistrationStage.ts b/src/matrix/registration/stages/BaseRegistrationStage.ts index 71972a64..cc5f46c1 100644 --- a/src/matrix/registration/stages/BaseRegistrationStage.ts +++ b/src/matrix/registration/stages/BaseRegistrationStage.ts @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import type {HomeServerApi} from "../../net/HomeServerApi"; -import type {AccountDetails, AuthenticationData, RegistrationParams} from "../types"; +import type {AuthenticationData, RegistrationParams} from "../types"; export abstract class BaseRegistrationStage { protected _session: string;