File tree Expand file tree Collapse file tree 3 files changed +1
-35
lines changed
packages/compass-import-export/src Expand file tree Collapse file tree 3 files changed +1
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import {
33 Body ,
4- Button ,
54 css ,
65 Link ,
76 openToast ,
87 ToastBody ,
98} from '@mongodb-js/compass-components' ;
109import path from 'path' ;
11- import type { MongoServerError } from 'mongodb' ;
1210
1311const importToastId = 'import-toast' ;
1412const bloatedDocumentSignalToastId = 'import-toast-bloated-document' ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import ImportModal from './components/import-modal' ;
33import ImportInProgressModal from './components/import-in-progress-modal' ;
4- import ImportErrorDetailsModal from './components/error-details-modal' ;
4+ import ImportErrorDetailsModal from './components/import- error-details-modal' ;
55
66function ImportPlugin ( ) {
77 return (
You can’t perform that action at this time.
0 commit comments