mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ipcMain as ipc, nativeTheme, BrowserWindow } from 'electron';
|
||||
import type { BrowserWindow } from 'electron';
|
||||
import { ipcMain as ipc, nativeTheme } from 'electron';
|
||||
|
||||
import { NativeThemeState } from '../types/NativeThemeNotifier.d';
|
||||
import type { NativeThemeState } from '../types/NativeThemeNotifier.d';
|
||||
|
||||
function getState(): NativeThemeState {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user