Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pinusc committed Jan 21, 2024
1 parent 6e535f4 commit c91edc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Component } from "inferno";
import * as localforage from "localforage";
import { TextListItem, TextInput, Header, SoftKey, ListViewKeyed } from "KaiUI";
import shared from "./shared";
import { WellKnown } from "./types";
import LoginWithQR from "./LoginWithQR";
import LoginHandler from "./LoginHandler";
import { LoginFlow } from "matrix-js-sdk/lib/@types/auth";
Expand Down

0 comments on commit c91edc5

Please sign in to comment.