fixup
This commit is contained in:
parent
02afea70ed
commit
cc2474e12b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue