Update webapp/pages/my-groups.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-09-23 08:59:45 +02:00 committed by GitHub
parent c8dc0d99c0
commit 4c55ca731e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
</div> </div>
</template> </template>
<script> <script>
import GroupList from '~/components/Group/GroupList.vue' import GroupList from '~/components/Group/GroupList'
import { groupQuery } from '~/graphql/groups.js' import { groupQuery } from '~/graphql/groups.js'
export default { export default {