Skip to content

Commit

Permalink
yarn lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
skippermeister committed Sep 2, 2024
1 parent 0b2d2e6 commit edf5080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/src/views/AcChargerAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ import BootstrapAlert from "@/components/BootstrapAlert.vue";
import CardElement from '@/components/CardElement.vue';
import FormFooter from '@/components/FormFooter.vue';
import InputElement from '@/components/InputElement.vue';
import { BIconInfoCircle } from 'bootstrap-icons-vue';
import type { AcChargerConfig } from '@/types/AcChargerConfig';
import { authHeader, handleResponse } from '@/utils/authentication';
import { defineComponent } from 'vue';
Expand All @@ -211,8 +210,7 @@ export default defineComponent({
BootstrapAlert,
CardElement,
FormFooter,
InputElement,
BIconInfoCircle
InputElement
},
data() {
return {
Expand Down
Binary file modified webapp_dist/js/app.js.gz
Binary file not shown.

0 comments on commit edf5080

Please sign in to comment.