Skip to content

Commit aa78f68

Browse files
committed
refactor
1 parent 920f572 commit aa78f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-workspaces/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const WorkspacesPlugin = registerCompassPlugin(
251251
);
252252

253253
export { loadWorkspaceStateFromUserData } from './stores/workspaces-middleware';
254-
export type { WorkspacesStateSchema } from './stores/workspaces-storage';
254+
export { WorkspacesStateSchema } from './stores/workspaces-storage';
255255
export default WorkspacesPlugin;
256256
export { WorkspacesProvider } from './components/workspaces-provider';
257257
export type { OpenWorkspaceOptions, CollectionTabInfo };

0 commit comments

Comments
 (0)