Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/
This commit is contained in:
@@ -14,7 +14,7 @@ import { fetchServer } from 'flavours/glitch/actions/server';
|
||||
import { clearHeight } from 'flavours/glitch/actions/height_cache';
|
||||
import { changeLayout } from 'flavours/glitch/actions/app';
|
||||
import { synchronouslySubmitMarkers, submitMarkers, fetchMarkers } from 'flavours/glitch/actions/markers';
|
||||
import { WrappedSwitch, WrappedRoute } from 'flavours/glitch/utils/react_router_helpers';
|
||||
import { WrappedSwitch, WrappedRoute } from './util/react_router_helpers';
|
||||
import UploadArea from './components/upload_area';
|
||||
import PermaLink from 'flavours/glitch/components/permalink';
|
||||
import ColumnsAreaContainer from './containers/columns_area_container';
|
||||
|
||||
Reference in New Issue
Block a user