Remove '@/'

This commit is contained in:
Kasper Seweryn 2022-04-23 09:37:43 +02:00 committed by Georg Krause
commit f61fafec2a
202 changed files with 715 additions and 650 deletions

View file

@ -48,8 +48,8 @@
</template>
<script>
import Modal from '@/components/semantic/Modal.vue'
import ChannelAlbumForm from '@/components/channels/AlbumForm.vue'
import Modal from '~/components/semantic/Modal.vue'
import ChannelAlbumForm from '~/components/channels/AlbumForm.vue'
export default {
components: {