This commit is contained in:
Nolan Lawson 2018-02-10 16:08:40 -08:00
parent 02afea70ed
commit cc2474e12b

View file

@ -28,7 +28,6 @@
}
</style>
<script>
import Layout from '../_components/Layout.html'
import { store } from '../_store/store'
import LoadingPage from '../_components/LoadingPage.html'
import AccountSearchResult from '../_components/search/AccountSearchResult.html'
@ -53,7 +52,6 @@
}),
store: () => store,
components: {
Layout,
LoadingPage,
AccountSearchResult
}