Remove unused imports
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
<creator-banner :creator="creator"></creator-banner>
|
<creator-banner :creator="creator"></creator-banner>
|
||||||
|
|
||||||
<!-- <donation-popup :creator-id="creator.id"></donation-popup>-->
|
|
||||||
|
|
||||||
<div class="max-w-[800px] mx-auto flex flex-row justify-center ">
|
<div class="max-w-[800px] mx-auto flex flex-row justify-center ">
|
||||||
<div class="w-full h-full mx-1">
|
<div class="w-full h-full mx-1">
|
||||||
<content-list :creator-id="creator.id">
|
<content-list :creator-id="creator.id">
|
||||||
@@ -35,7 +33,6 @@ import {useRoute} from 'vue-router';
|
|||||||
import {useClient} from "@/plugins/api.js";
|
import {useClient} from "@/plugins/api.js";
|
||||||
import CreatorBanner from "@/views/creators/CreatorBanner.vue";
|
import CreatorBanner from "@/views/creators/CreatorBanner.vue";
|
||||||
import ContentList from "@/views/contents/ContentList.vue";
|
import ContentList from "@/views/contents/ContentList.vue";
|
||||||
import DonationPopup from "@/views/main/DonationPopup.vue";
|
|
||||||
|
|
||||||
const client = useClient();
|
const client = useClient();
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
|
|||||||
Reference in New Issue
Block a user