rewrite paths, add deps

This commit is contained in:
Matteo Pagliazzi
2019-10-01 15:38:48 +02:00
parent b44fbdcb14
commit e69275663b
253 changed files with 10678 additions and 10604 deletions
@@ -32,8 +32,8 @@
</style>
<script>
import { mapActions } from 'client/libs/store';
import notifications from 'client/mixins/notifications';
import { mapActions } from '@/libs/store';
import notifications from '@/mixins/notifications';
export default {
mixins: [notifications],