webapp: Removed unused component

This commit is contained in:
Thomas Basler 2022-12-24 20:20:56 +01:00
parent 1677f7dd03
commit c027f19346

View File

@ -57,15 +57,11 @@ import InputElement from '@/components/InputElement.vue';
import CardElement from '@/components/CardElement.vue';
import { handleResponse, authHeader } from '@/utils/authentication';
import type { NtpConfig } from "@/types/NtpConfig";
import {
BIconInfoCircle,
} from 'bootstrap-icons-vue';
export default defineComponent({
components: {
BasePage,
BootstrapAlert,
BIconInfoCircle,
InputElement,
CardElement,
},