add missing fileendings in imports

This commit is contained in:
ma0068
2025-05-09 09:51:30 +02:00
parent 233e768aad
commit d3dc81eae8
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ import {OrgChooser} from "./OrgChooser.js";
import { usePhrasen } from '../../mixins/Phrasen.js';
import ApiFunktion from '../../api/factory/funktionen/person.js';
import ApiPerson from "../../../extensions/FHC-Core-Personalverwaltung/js/api/factory/person";
import ApiPerson from "../../../extensions/FHC-Core-Personalverwaltung/js/api/factory/person.js";
export const Funktionen = {
name: 'FunctionComponent',
@@ -1,4 +1,4 @@
import {CoreRESTClient} from '../../../js/RESTClient';
import {CoreRESTClient} from '../../../js/RESTClient.js';
export const OrgChooser = {
name: 'OrgChooser',