Remove unuseed import

This commit is contained in:
RMidhunSuresh 2022-06-06 17:26:39 +05:30
parent 2f0f7143b5
commit 51a837d459
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ limitations under the License.
import {TemplateView} from "../../general/TemplateView";
import {KeyBackupSettingsView} from "./KeyBackupSettingsView.js"
import {ColorSchemePreference} from "../../../ThemeLoader";
export class SettingsView extends TemplateView {
render(t, vm) {