Skip to content

Commit 9bd7a3f

Browse files
committed
further type refactoring
Signed-off-by: Adam Setch <[email protected]>
1 parent 87470d5 commit 9bd7a3f

File tree

1 file changed

+7
-6
lines changed
  • src/renderer/utils/notifications/handlers

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ import type { FC } from 'react';
33
import type { OcticonProps } from '@primer/octicons-react';
44
import { QuestionIcon } from '@primer/octicons-react';
55

6-
import type {
7-
GitifyNotification,
8-
GitifySubject,
9-
Link,
10-
SettingsState,
6+
import {
7+
type GitifyNotification,
8+
type GitifySubject,
9+
IconColor,
10+
type Link,
11+
type SettingsState,
12+
type SubjectType,
1113
} from '../../../types';
12-
import { IconColor, type SubjectType } from '../../../types';
1314
import type { NotificationTypeHandler } from './types';
1415
import { formatForDisplay } from './utils';
1516

0 commit comments

Comments
 (0)