Removes unecessary imports

This commit is contained in:
weryques 2018-05-17 15:50:40 -03:00
parent 5438d3d440
commit 0797de1855
2 changed files with 0 additions and 4 deletions

View File

@ -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,

View File

@ -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',