move components where they belong

This commit is contained in:
lesion
2022-05-26 11:10:21 +02:00
parent 20274c1e74
commit 0fe3066bf0
11 changed files with 7 additions and 87 deletions

View File

@@ -141,8 +141,8 @@ export default {
name: 'Event',
mixins: [clipboard],
components: {
EventAdmin: () => import(/* webpackChunkName: "event" */'./eventAdmin'),
EmbedEvent: () => import(/* webpackChunkName: "event" */'./embedEvent'),
EventAdmin: () => import(/* webpackChunkName: "event" */'@/components/eventAdmin'),
EmbedEvent: () => import(/* webpackChunkName: "event" */'@/components/embedEvent'),
MyPicture
},
async asyncData ({ $axios, params, error }) {