Skip to content

Commit

Permalink
Remove old import
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 1, 2024
1 parent dcf80f9 commit 32ca2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tables/MissingPeptidesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<script setup lang="ts">
import { Peptide } from 'unipept-web-components';
import { computed, ref } from "vue";
import { VDataTable } from "vuetify/labs/VDataTable";
export interface Props {
items: Peptide[]
Expand Down

0 comments on commit 32ca2ed

Please sign in to comment.