Skip to content
Snippets Groups Projects
Commit bc60b70a authored by Zara Mudassar's avatar Zara Mudassar
Browse files

Delete ItemCardView.vue

parent e716edc6
No related branches found
No related tags found
2 merge requests!19Item card,!17Item card
Pipeline #176178 passed with stages
in 1 minute and 19 seconds
<template>
<ItemCard></ItemCard>
</template>
<script>
import ItemCard from "@/components/ItemCard";
export default {
name: "ItemCardView.vue",
components: {
ItemCard,
},
};
</script>
<style scoped></style>
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