Move component to root as it's going to be used in other parts too

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-10-14 12:30:11 +02:00
Родитель 1d9c63fe51
Коммит 1ef400af64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@
<script>
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
import ConversationsIcon from './ConversationsIcon'
import ConversationsIcon from './../../ConversationsIcon'
import AppNavigationCounter from 'nextcloud-vue/dist/Components/AppNavigationCounter'
import AppContentListItem from './AppContentListItem/AppContentListItem'
import ActionButton from 'nextcloud-vue/dist/Components/ActionButton'