remove unused component

This commit is contained in:
Nolan Lawson 2018-02-11 23:10:07 -08:00
parent 013bc02d23
commit 8a424ca71a

View file

@ -13,7 +13,6 @@
<script> <script>
import { store } from '../../_store/store' import { store } from '../../_store/store'
import Status from '../status/Status.html' import Status from '../status/Status.html'
import LoadingPage from '../../_components/LoadingPage.html'
import { updatePinnedStatusesForAccount } from '../../_actions/pinnedStatuses' import { updatePinnedStatusesForAccount } from '../../_actions/pinnedStatuses'
export default { export default {
@ -28,8 +27,7 @@
}, },
store: () => store, store: () => store,
components: { components: {
Status, Status
LoadingPage
} }
} }
</script> </script>