Remove dead imports

This commit is contained in:
RMidhunSuresh 2022-02-04 17:25:30 +05:30
parent 0828ac12b1
commit a163cee18d

View file

@ -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;