Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Feb 5, 2024
1 parent b5f9ae4 commit a97501d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
getAxiosErrorMessage,
NeTextInput
} from '@nethserver/vue-tailwind-lib'
import { NeInlineNotification, NeComboboxOption } from '@nethesis/vue-components'
import { NeInlineNotification, type NeComboboxOption } from '@nethesis/vue-components'
import { onMounted, ref, type PropType, watch, computed } from 'vue'
import CreateOrEditFirewallRuleDrawer from './CreateOrEditFirewallRuleDrawer.vue'
import { isEmpty, uniq } from 'lodash-es'
Expand Down

0 comments on commit a97501d

Please sign in to comment.