Skip to content

Commit

Permalink
Update src/components/TabsBar/TabsBar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnabdaz authored Jan 16, 2024
1 parent 61c928b commit 622add0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabsBar/TabsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<script lang="ts" setup>
import draggable from 'vuedraggable'
import { showMessage, truncateString } from '#/simulator/src/utils'
import { ref, Ref } from 'vue';
import { ref, Ref } from 'vue'
import {
createNewCircuitScope,
Expand Down

0 comments on commit 622add0

Please sign in to comment.