change import path for auth links mixin

This commit is contained in:
mahula 2022-10-13 10:28:29 +02:00
parent b161114861
commit 3439bdc673
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
</template>
<script>
import { authLinks } from '../../mixins/authLinks'
import { authLinks } from '@/mixins/authLinks'
export default {
name: 'AuthNavbar',

View File

@ -11,7 +11,7 @@
</template>
<script>
import { authLinks } from '../../mixins/authLinks'
import { authLinks } from '@/mixins/authLinks'
export default {
name: 'AuthNavbarSmall',

View File

@ -25,7 +25,7 @@
</template>
<script>
import RedeemInformation from '@/components/LinkInformations/RedeemInformation.vue'
import { authLinks } from '../../mixins/authLinks'
import { authLinks } from '@/mixins/authLinks'
export default {
name: 'RedeemLoggedOut',