File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
compass/src/app/components Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,7 @@ import {
6464 CompassAssistantDrawer ,
6565 CompassAssistantProvider ,
6666} from '@mongodb-js/compass-assistant' ;
67- import {
68- AtlasUserData ,
69- type IUserData ,
70- } from '../../compass-user-data/dist/user-data' ;
67+ import { AtlasUserData , type IUserData } from '@mongodb-js/compass-user-data' ;
7168import { WorkspacesStateSchema } from '@mongodb-js/compass-workspaces' ;
7269
7370export type TrackFunction = (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import type { WorkspaceTab } from '../types';
1010import Workspaces from './workspaces' ;
1111import { connect } from '../stores/context' ;
1212import { WorkspacesServiceProvider } from '../provider' ;
13- import type { IUserData } from '../../../ compass-user-data/dist/ user-data' ;
13+ import type { IUserData } from '@mongodb-js/ compass-user-data' ;
1414import type { WorkspacesStateSchema } from '../stores/workspaces-storage' ;
1515
1616type WorkspacesWithSidebarProps = {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import { connect } from '../stores/context';
4141import { WorkspaceTabContextProvider } from './workspace-tab-context-provider' ;
4242import type { WorkspaceTab } from '../types' ;
4343import { loadWorkspaceStateFromUserData } from '@mongodb-js/compass-workspaces' ;
44- import type { IUserData } from '../../../ compass-user-data/dist/ user-data' ;
44+ import type { IUserData } from '@mongodb-js/ compass-user-data' ;
4545import type { WorkspacesStateSchema } from '@mongodb-js/compass-workspaces' ;
4646
4747const emptyWorkspaceStyles = css ( {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
3939} from '@mongodb-js/compass-app-stores/provider' ;
4040import type { PreferencesAccess } from 'compass-preferences-model/provider' ;
4141import { preferencesLocator } from 'compass-preferences-model/provider' ;
42- import type { IUserData } from '../../ compass-user-data/dist/ user-data' ;
42+ import type { IUserData } from '@mongodb-js/ compass-user-data' ;
4343import type { WorkspacesStateSchema } from './stores/workspaces-storage' ;
4444
4545export type WorkspacesServices = {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import { getConnectionTitle } from '@mongodb-js/connection-info';
4242import { useConnectionsListRef } from '@mongodb-js/compass-connections/provider' ;
4343import { DataModelingWorkspaceTab } from '@mongodb-js/compass-data-modeling' ;
4444import { CompassAssistantDrawer } from '@mongodb-js/compass-assistant' ;
45- import { FileUserData } from '../../../../ compass-user-data/dist/ user-data' ;
45+ import { FileUserData } from '@mongodb-js/ compass-user-data' ;
4646import { WorkspacesStateSchema } from '@mongodb-js/compass-workspaces' ;
4747import { EJSON } from 'bson' ;
4848
You can’t perform that action at this time.
0 commit comments