Skip to content

Commit b020899

Browse files
committed
Oops, forgot a sort.
1 parent 15adc2e commit b020899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-extension/src/entrypoints/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import type { CommentDraft, CommentEvent, CommentSpot } from '../lib/enhancer'
22
import { JsonMap } from '../lib/jsonmap'
33
import type { GetOpenSpotsResponse, ToBackgroundMessage } from '../lib/messages'
44
import {
5+
CLOSE_MESSAGE_PORT,
56
isContentToBackgroundMessage,
67
isGetOpenSpotsMessage,
78
isSwitchToTabMessage,
8-
CLOSE_MESSAGE_PORT,
99
KEEP_PORT_OPEN,
1010
} from '../lib/messages'
1111

0 commit comments

Comments
 (0)