eslint corrections in personbundle

This commit is contained in:
2024-11-14 16:45:50 +01:00
parent c971e34675
commit 2d6d2a1f58
13 changed files with 19 additions and 27 deletions

View File

@@ -49,7 +49,6 @@
</template>
<script>
import MemberDetails from './MemberDetails.vue';
import {mapGetters, mapState} from "vuex";
import CurrentHousehold from "./CurrentHousehold";
import PersonComment from './PersonComment';

View File

@@ -9,6 +9,7 @@ import App from './App.vue';
const i18n = _createI18n(appMessages);
/* exported app */
const app = createApp({
template: `<app></app>`,
})