Skip to content
Snippets Groups Projects
Commit 72832e40 authored by Gilgard's avatar Gilgard
Browse files

fixed imports

parent 19edc8a3
No related branches found
No related tags found
1 merge request!80View tests
......@@ -12,9 +12,9 @@
</template>
<script>
import UserListItemCard from "../UserProfileComponents/UserListItemCard.vue";
import UserListItemCard from "@/components/UserProfileComponents/UserListItemCard.vue";
import { GetMembersOfCommunity, GetCommunity } from "@/utils/apiutil";
import CommunityHeader from "@/components/CommunityComponents/CommunityHeader";
import CommunityHeader from "@/components/CommunityComponents/CommunityHeader.vue";
export default {
data() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment