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

Move community header to community components

parent f555dc48
No related branches found
No related tags found
1 merge request!80View tests
Pipeline #179345 failed
......@@ -41,8 +41,8 @@
</template>
<script>
import ItemCard from "@/components/CommunityComponents/ItemCard";
import CommunityHeader from "@/components/BaseComponents/CommunityHeader";
import ItemCard from "@/components/CommunityComponents/ItemCard.vue";
import CommunityHeader from "@/components/CommunityComponents/CommunityHeader.vue";
import { GetCommunity, GetListingsInCommunity } from "@/utils/apiutil";
export default {
name: "SearchItemListComponent",
......
......@@ -14,7 +14,7 @@
<script>
import UserListItemCard from "../UserProfileComponents/UserListItemCard.vue";
import { GetMembersOfCommunity, GetCommunity } from "@/utils/apiutil";
import CommunityHeader from "@/components/BaseComponents/CommunityHeader";
import CommunityHeader from "@/components/CommunityComponents/CommunityHeader";
export default {
data() {
......
import { mount } from "@vue/test-utils";
import CommunityHeader from "@/components/BaseComponents/CommunityHeader.vue";
import CommunityHeader from "@/components/CommunityComponents/CommunityHeader.vue";
describe("CommunityHeader component", () => {
let wrapper;
......
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