We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ff09b commit 6b35fc2Copy full SHA for 6b35fc2
src/renderer/utils/notifications/handlers/checkSuite.ts
@@ -9,12 +9,12 @@ import {
9
XIcon,
10
} from '@primer/octicons-react';
11
12
-import type {
13
- GitifyCheckSuiteStatus,
14
- GitifySubject,
+import {
+ type GitifyCheckSuiteStatus,
+ type GitifySubject,
15
IconColor,
16
- Link,
17
- SettingsState,
+ type Link,
+ type SettingsState,
18
} from '../../../types';
19
import type { Notification, Subject } from '../../../typesGitHub';
20
import { actionsURL } from '../../helpers';
0 commit comments