Skip to content

Commit d42bcab

Browse files
committed
removed unnecessary import
Signed-off-by: Sahiba Mittal <[email protected]>
1 parent 8f17d06 commit d42bcab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/administration/vuln-sources/VulnSourceOSVAdvisories.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
<script>
3030
import { Switch as cSwitch } from '@coreui/vue';
31-
import BValidatedInputGroupFormInput from '../../../forms/BValidatedInputGroupFormInput';
3231
import common from "../../../shared/common";
3332
import configPropertyMixin from "../mixins/configPropertyMixin";
3433
@@ -38,8 +37,7 @@ export default {
3837
header: String
3938
},
4039
components: {
41-
cSwitch,
42-
BValidatedInputGroupFormInput
40+
cSwitch
4341
},
4442
data() {
4543
return {

0 commit comments

Comments
 (0)