Skip to content

Commit 6b35fc2

Browse files
committed
Merge branch 'main' into refactor/fetch-issue-graphql
Signed-off-by: Adam Setch <[email protected]>
1 parent b0ff09b commit 6b35fc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/renderer/utils/notifications/handlers/checkSuite.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import {
99
XIcon,
1010
} from '@primer/octicons-react';
1111

12-
import type {
13-
GitifyCheckSuiteStatus,
14-
GitifySubject,
12+
import {
13+
type GitifyCheckSuiteStatus,
14+
type GitifySubject,
1515
IconColor,
16-
Link,
17-
SettingsState,
16+
type Link,
17+
type SettingsState,
1818
} from '../../../types';
1919
import type { Notification, Subject } from '../../../typesGitHub';
2020
import { actionsURL } from '../../helpers';

0 commit comments

Comments
 (0)