Skip to content

Commit bb7f6ac

Browse files
committed
Fixes type import
1 parent 3f5269c commit bb7f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/shared/components/account-chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { createCommandLink } from '../../../../../system/commands';
1515
import { pluralize } from '../../../../../system/string';
1616
import type { State } from '../../../../home/protocol';
1717
import { stateContext } from '../../../home/context';
18-
import type { GlPopover } from '../../../shared/components/overlays/popover.react';
18+
import type { GlPopover } from '../../../shared/components/overlays/popover';
1919
import { elementBase, linkBase } from '../../../shared/components/styles/lit/base.css';
2020
import type { PromosContext } from '../../../shared/contexts/promos';
2121
import { promosContext } from '../../../shared/contexts/promos';

0 commit comments

Comments
 (0)