Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Oct 20, 2023
1 parent 531bea4 commit 30234d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/components/History/Content/ContentOptions.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<script setup lang="ts">
import { computed } from "vue";
import { useRoute } from "vue-router/composables";
import { prependPath } from "@/utils/redirect";
const route = useRoute();
const props = defineProps({
writable: { type: Boolean, default: true },
isDataset: { type: Boolean, required: true },
Expand Down

0 comments on commit 30234d8

Please sign in to comment.