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 87470d5 commit 9bd7a3fCopy full SHA for 9bd7a3f
src/renderer/utils/notifications/handlers/default.ts
@@ -3,13 +3,14 @@ import type { FC } from 'react';
3
import type { OcticonProps } from '@primer/octicons-react';
4
import { QuestionIcon } from '@primer/octicons-react';
5
6
-import type {
7
- GitifyNotification,
8
- GitifySubject,
9
- Link,
10
- SettingsState,
+import {
+ type GitifyNotification,
+ type GitifySubject,
+ IconColor,
+ type Link,
11
+ type SettingsState,
12
+ type SubjectType,
13
} from '../../../types';
-import { IconColor, type SubjectType } from '../../../types';
14
import type { NotificationTypeHandler } from './types';
15
import { formatForDisplay } from './utils';
16
0 commit comments