Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed May 5, 2023
1 parent 37fe261 commit 9465235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/tab-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<script lang="ts" setup>
import { Field, ValidationError } from '@directus/types';
import { toRef, toRefs, watch } from 'vue';
import { toRefs } from 'vue';
import { useI18n } from 'vue-i18n';
import { useGroupSection } from './composables/use-group-section';
Expand Down
4 changes: 0 additions & 4 deletions src/tab-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@ function onKeyDown(event: KeyboardEvent) {
padding: 2px;
border-radius: var(--border-radius-outline);
background-color: var(--background-subdued);
.tab-button + tab-button:not(:last-child) {
border-left: var(--border-width) solid var(--border-normal);
}
}
</style>

0 comments on commit 9465235

Please sign in to comment.