point imports at the new locations

This commit is contained in:
Matthew Hodgson 2018-04-13 00:43:44 +01:00
parent cc904be379
commit 40a67ca8fe
32 changed files with 150 additions and 123 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
import React from 'react';
import { Draggable } from 'react-beautiful-dnd';
import RoomTile from 'matrix-react-sdk/lib/components/views/rooms/RoomTile';
import RoomTile from '../../../components/views/rooms/RoomTile';
import classNames from 'classnames';