File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/app/src/app/pages/common/Modals Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import NetlifyLogs from './NetlifyLogs';
2323import NewSandbox from './NewSandbox' ;
2424import { PickSandboxModal } from './PickSandboxModal' ;
2525import PreferencesModal from './PreferencesModal' ;
26- import PrivacyServerWarning from './PrivacyServerWarning' ;
2726import PRModal from './PRModal' ;
2827import SearchDependenciesModal from './SearchDependenciesModal' ;
2928import { SelectSandboxModal } from './SelectSandboxModal' ;
@@ -122,10 +121,6 @@ const modals = {
122121 Component : ForkServerModal ,
123122 width : 500 ,
124123 } ,
125- privacyServerWarning : {
126- Component : PrivacyServerWarning ,
127- width : 400 ,
128- } ,
129124 moveSandbox : {
130125 Component : MoveSandboxFolderModal ,
131126 width : 350 ,
You can’t perform that action at this time.
0 commit comments