File tree Expand file tree Collapse file tree 5 files changed +5
-59
lines changed
packages/compass-workspaces/src Expand file tree Collapse file tree 5 files changed +5
-59
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Workspaces from './workspaces';
1111import { connect } from '../stores/context' ;
1212import { WorkspacesServiceProvider } from '../provider' ;
1313import type { IUserData } from '@mongodb-js/compass-user-data' ;
14- import type { WorkspacesStateSchema } from '../stores /workspaces-storage' ;
14+ import type { WorkspacesStateSchema } from '../services /workspaces-storage' ;
1515
1616type WorkspacesWithSidebarProps = {
1717 /**
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import { WorkspaceTabContextProvider } from './workspace-tab-context-provider';
4242import type { WorkspaceTab } from '../types' ;
4343import { loadWorkspaceStateFromUserData } from '../stores/workspaces-middleware' ;
4444import type { IUserData } from '@mongodb-js/compass-user-data' ;
45- import type { WorkspacesStateSchema } from '../stores /workspaces-storage' ;
45+ import type { WorkspacesStateSchema } from '../services /workspaces-storage' ;
4646
4747const emptyWorkspaceStyles = css ( {
4848 margin : '0 auto' ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import {
4040import type { PreferencesAccess } from 'compass-preferences-model/provider' ;
4141import { preferencesLocator } from 'compass-preferences-model/provider' ;
4242import type { IUserData } from '@mongodb-js/compass-user-data' ;
43- import type { WorkspacesStateSchema } from './stores /workspaces-storage' ;
43+ import type { WorkspacesStateSchema } from './services /workspaces-storage' ;
4444
4545export type WorkspacesServices = {
4646 globalAppRegistry : AppRegistry ;
@@ -251,7 +251,7 @@ const WorkspacesPlugin = registerCompassPlugin(
251251) ;
252252
253253export { loadWorkspaceStateFromUserData } from './stores/workspaces-middleware' ;
254- export { WorkspacesStateSchema } from './stores /workspaces-storage' ;
254+ export { WorkspacesStateSchema } from './services /workspaces-storage' ;
255255export default WorkspacesPlugin ;
256256export { WorkspacesProvider } from './components/workspaces-provider' ;
257257export type { OpenWorkspaceOptions , CollectionTabInfo } ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type { IUserData } from '@mongodb-js/compass-user-data';
44import type {
55 WorkspacesStateSchema ,
66 WorkspacesStateData ,
7- } from './workspaces-storage' ;
7+ } from '../services /workspaces-storage' ;
88
99/**
1010 * Loads the workspace state from persistent storage
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments