Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lejon Bergman committed Dec 13, 2022
1 parent 90063d7 commit 2d2e228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DetailsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</template>
<script setup lang="ts">
import { computed, onMounted, ref } from 'vue';
import { computed, onMounted } from 'vue';
import Breadcrumbs from '@/components/Breadcrumbs.vue';
import stateManagement from '@/composables/stateManagement';
import loadingImage from '../assets/images/loading-image.jpg';
Expand Down

0 comments on commit 2d2e228

Please sign in to comment.