Skip to content

Commit

Permalink
rename legacy files
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jul 17, 2024
1 parent d14aeaf commit 17d146d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { expect } from 'chai';
import type { ConnectionOptions, connect } from 'mongodb-data-service';
import { UUID } from 'bson';
import sinon from 'sinon';
import Connections from './connections';
import Connections from './legacy-connections';
import { ToastArea } from '@mongodb-js/compass-components';
import type { PreferencesAccess } from 'compass-preferences-model';
import { createSandboxFromDefaultPreferences } from 'compass-preferences-model';
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-connections/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SingleConnectionForm from './components/connections';
import SingleConnectionForm from './components/legacy-connections';
import { ConnectionsProvider } from './components/connections-provider';
export { LegacyConnectionsModal } from './components/legacy-connections-modal';
export { SingleConnectionForm };
Expand Down

0 comments on commit 17d146d

Please sign in to comment.