Remove some of the unused component imports

This commit is contained in:
Nariman Jelveh 2024-07-28 12:41:52 -07:00
parent 02504690cf
commit 1e753843d2
5 changed files with 0 additions and 8 deletions

View File

@ -48,8 +48,6 @@ import RecoveryCodesView from "./Components/RecoveryCodesView.js";
import StepHeading from "./Components/StepHeading.js"; import StepHeading from "./Components/StepHeading.js";
import StepView from "./Components/StepView.js"; import StepView from "./Components/StepView.js";
import StringView from "./Components/StringView.js"; import StringView from "./Components/StringView.js";
import TestView from "./Components/TestView.js";
import UIAlert from "./UIAlert.js";
import UIComponentWindow from "./UIComponentWindow.js"; import UIComponentWindow from "./UIComponentWindow.js";
const UIWindow2FASetup = async function UIWindow2FASetup () { const UIWindow2FASetup = async function UIWindow2FASetup () {

View File

@ -21,13 +21,11 @@ import UIWindow from './UIWindow.js'
import UIWindowSignup from './UIWindowSignup.js' import UIWindowSignup from './UIWindowSignup.js'
import UIWindowRecoverPassword from './UIWindowRecoverPassword.js' import UIWindowRecoverPassword from './UIWindowRecoverPassword.js'
import TeePromise from '../util/TeePromise.js'; import TeePromise from '../util/TeePromise.js';
import UIAlert from './UIAlert.js';
import UIComponentWindow from './UIComponentWindow.js'; import UIComponentWindow from './UIComponentWindow.js';
import Flexer from './Components/Flexer.js'; import Flexer from './Components/Flexer.js';
import CodeEntryView from './Components/CodeEntryView.js'; import CodeEntryView from './Components/CodeEntryView.js';
import JustHTML from './Components/JustHTML.js'; import JustHTML from './Components/JustHTML.js';
import StepView from './Components/StepView.js'; import StepView from './Components/StepView.js';
import TestView from './Components/TestView.js';
import Button from './Components/Button.js'; import Button from './Components/Button.js';
import RecoveryCodeEntryView from './Components/RecoveryCodeEntryView.js'; import RecoveryCodeEntryView from './Components/RecoveryCodeEntryView.js';

View File

@ -18,7 +18,6 @@
*/ */
import Placeholder from '../util/Placeholder.js'; import Placeholder from '../util/Placeholder.js';
import TeePromise from '../util/TeePromise.js';
import Flexer from './Components/Flexer.js'; import Flexer from './Components/Flexer.js';
import QRCodeView from './Components/QRCode.js'; import QRCodeView from './Components/QRCode.js';
import UIWindow from './UIWindow.js' import UIWindow from './UIWindow.js'

View File

@ -23,8 +23,6 @@ import UIWindow from "./UIWindow.js";
import { Component, defineComponent } from '../util/Component.js'; import { Component, defineComponent } from '../util/Component.js';
import UIComponentWindow from './UIComponentWindow.js'; import UIComponentWindow from './UIComponentWindow.js';
import Table from './Components/Table.js'; import Table from './Components/Table.js';
import Placeholder from '../util/Placeholder.js';
import TestView from './Components/TestView.js';
const end_process = async (uuid, force) => { const end_process = async (uuid, force) => {
const svc_process = globalThis.services.get('process'); const svc_process = globalThis.services.get('process');

View File

@ -981,7 +981,6 @@ span.header-sort-icon img {
flex-flow: row; flex-flow: row;
padding-left: 5px; padding-left: 5px;
margin-bottom: -1px; margin-bottom: -1px;
} }
.device-phone .window-head { .device-phone .window-head {