webapp: Removed unused component
This commit is contained in:
parent
1677f7dd03
commit
c027f19346
@ -57,15 +57,11 @@ import InputElement from '@/components/InputElement.vue';
|
|||||||
import CardElement from '@/components/CardElement.vue';
|
import CardElement from '@/components/CardElement.vue';
|
||||||
import { handleResponse, authHeader } from '@/utils/authentication';
|
import { handleResponse, authHeader } from '@/utils/authentication';
|
||||||
import type { NtpConfig } from "@/types/NtpConfig";
|
import type { NtpConfig } from "@/types/NtpConfig";
|
||||||
import {
|
|
||||||
BIconInfoCircle,
|
|
||||||
} from 'bootstrap-icons-vue';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
BasePage,
|
BasePage,
|
||||||
BootstrapAlert,
|
BootstrapAlert,
|
||||||
BIconInfoCircle,
|
|
||||||
InputElement,
|
InputElement,
|
||||||
CardElement,
|
CardElement,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user