remove the ui/app and ui/lib folders (#10911)
parent
f1fc51667a
commit
09d81ac5f2
@ -1,3 +0,0 @@ |
|||||||
import { ENVIRONMENT_TYPE_NOTIFICATION } from '../../../../../shared/constants/app'; |
|
||||||
|
|
||||||
export { ENVIRONMENT_TYPE_NOTIFICATION }; |
|
0
ui/app/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-summary/confirm-page-container-summary.component.js → ui/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-summary/confirm-page-container-summary.component.js
0
ui/app/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-summary/confirm-page-container-summary.component.js → ui/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-summary/confirm-page-container-summary.component.js
0
ui/app/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-warning/confirm-page-container-warning.component.js → ui/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-warning/confirm-page-container-warning.component.js
0
ui/app/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-warning/confirm-page-container-warning.component.js → ui/components/app/confirm-page-container/confirm-page-container-content/confirm-page-container-warning/confirm-page-container-warning.component.js
@ -1,7 +1,7 @@ |
|||||||
import React from 'react'; |
import React from 'react'; |
||||||
import configureMockStore from 'redux-mock-store'; |
import configureMockStore from 'redux-mock-store'; |
||||||
import thunk from 'redux-thunk'; |
import thunk from 'redux-thunk'; |
||||||
import { mountWithRouter } from '../../../../../test/lib/render-helpers'; |
import { mountWithRouter } from '../../../../test/lib/render-helpers'; |
||||||
import ColorIndicator from '../../ui/color-indicator'; |
import ColorIndicator from '../../ui/color-indicator'; |
||||||
import NetworkDropdown from './network-dropdown'; |
import NetworkDropdown from './network-dropdown'; |
||||||
import { DropdownMenuItem } from './dropdown'; |
import { DropdownMenuItem } from './dropdown'; |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue