Skip to content

Commit

Permalink
refactor(app): remove profile req
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 21, 2023
1 parent 6b6ad7b commit 4be0f14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<script>
import { Notify } from 'quasar'
import { mapActions, mapGetters, mapMutations } from 'vuex'
import { profileRequired } from '~/mixins/profile-required'
export default {
name: 'App',
mixins: [profileRequired],
computed: {
...mapGetters('layout', ['alert'])
Expand Down
41 changes: 0 additions & 41 deletions src/mixins/profile-required.js

This file was deleted.

0 comments on commit 4be0f14

Please sign in to comment.