mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Remove dead imports
This commit is contained in:
parent
0828ac12b1
commit
a163cee18d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user