Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/

This commit is contained in:
Claire
2022-10-11 10:51:33 +02:00
parent d3879c07b1
commit 015e798394
27 changed files with 22 additions and 22 deletions

View File

@@ -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';