diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-20 16:25:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-20 16:25:06 -0400 |
| commit | f51ce092018a8b452d5e178ddd2a1e5a2c38cc77 (patch) | |
| tree | 9dc99279a84c3f2f19f9aff9733586be659152f4 /src/client/views/pdf/AnchorMenu.tsx | |
| parent | bb11e8c07f86b1ba0148f1e406a070c14e9abc7c (diff) | |
lint cleanup for diagrams. reorg of some gpt stuff.
Diffstat (limited to 'src/client/views/pdf/AnchorMenu.tsx')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/pdf/AnchorMenu.tsx b/src/client/views/pdf/AnchorMenu.tsx index 745e809db..2f6824466 100644 --- a/src/client/views/pdf/AnchorMenu.tsx +++ b/src/client/views/pdf/AnchorMenu.tsx @@ -7,15 +7,14 @@ import { ColorResult } from 'react-color'; import { ClientUtils, returnFalse, setupMoveUpEvents } from '../../../ClientUtils'; import { emptyFunction, unimplementedFunction } from '../../../Utils'; import { Doc, Opt } from '../../../fields/Doc'; -import { gptAPICall } from '../../apis/gpt/GPT'; -import { GPTCallType } from '../../apis/gpt/setup'; +import { GPTCallType, gptAPICall } from '../../apis/gpt/GPT'; +import { Docs } from '../../documents/Documents'; import { SettingsManager } from '../../util/SettingsManager'; import { AntimodeMenu, AntimodeMenuProps } from '../AntimodeMenu'; import { LinkPopup } from '../linking/LinkPopup'; import { DocumentView } from '../nodes/DocumentView'; import './AnchorMenu.scss'; import { GPTPopup, GPTPopupMode } from './GPTPopup/GPTPopup'; -import { Docs } from '../../documents/Documents'; @observer export class AnchorMenu extends AntimodeMenu<AntimodeMenuProps> { |
