Removes unecessary imports
This commit is contained in:
parent
5438d3d440
commit
0797de1855
|
@ -226,12 +226,9 @@
|
|||
|
||||
<script>
|
||||
import { mapActions } from 'vuex';
|
||||
import moment from 'moment';
|
||||
import { wpAjax } from "../../js/mixins";
|
||||
|
||||
export default {
|
||||
name: 'ItemsList',
|
||||
mixins: [ wpAjax ],
|
||||
data(){
|
||||
return {
|
||||
allItemsOnPageSelected: false,
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
<script>
|
||||
import CollectionsList from '../../components/lists/collections-list.vue';
|
||||
import { mapActions, mapGetters } from 'vuex';
|
||||
import moment from 'moment'
|
||||
|
||||
export default {
|
||||
name: 'CollectionsPage',
|
||||
|
|
Loading…
Reference in New Issue