aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/basicAuth/index.ts')
-rw-r--r--src/features/basicAuth/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/basicAuth/index.ts b/src/features/basicAuth/index.ts
index ae698cba8..bedb57309 100644
--- a/src/features/basicAuth/index.ts
+++ b/src/features/basicAuth/index.ts
@@ -1,4 +1,4 @@
1import { AuthInfo, BrowserWindow, ipcRenderer } from 'electron'; 1import { type AuthInfo, type BrowserWindow, ipcRenderer } from 'electron';
2 2
3import { state as ModalState } from './store'; 3import { state as ModalState } from './store';
4 4