Skip to content

Commit 121305a

Browse files
committed
refactor: notification handlers
Signed-off-by: Adam Setch <[email protected]>
1 parent f28f6fd commit 121305a

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/utils/notifications/handlers

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { FC } from 'react';
22

33
import type { OcticonProps } from '@primer/octicons-react';
44

5-
import type { Link, SettingsState } from '../../../types';
5+
import type { SettingsState } from '../../../types';
66
import type {
77
GitifySubject,
88
Notification,

0 commit comments

Comments
 (0)