Remove unnecessary imports.

This commit is contained in:
Kavin 2022-10-10 10:41:58 +01:00
parent ab2b3a25c8
commit 107102ff2e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 1 additions and 3 deletions

View file

@ -65,8 +65,6 @@
</style> </style>
<script setup> <script setup>
import { defineProps, defineEmits } from "vue";
const props = defineProps({ const props = defineProps({
chapters: Object, chapters: Object,
mobileLayout: { mobileLayout: {

View file

@ -6,7 +6,7 @@
</template> </template>
<script setup> <script setup>
import { defineEmits, defineProps, ref, watch } from "vue"; import { ref, watch } from "vue";
const options = { const options = {
most_recent: "descending", most_recent: "descending",