Skip to content

Commit a7394b4

Browse files
committed
remove unused import
1 parent a1e061e commit a7394b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-generative-ai/src/atlas-ai-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import type { Logger } from '@mongodb-js/compass-logging';
1111
import { EJSON } from 'bson';
1212
import { getStore } from './store/atlas-ai-store';
1313
import { optIntoGenAIWithModalPrompt } from './store/atlas-optin-reducer';
14-
import { signIntoAtlasWithModalPrompt } from './store/atlas-signin-reducer';
1514

1615
type GenerativeAiInput = {
1716
userInput: string;

0 commit comments

Comments
 (0)