mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
add missing fileendings in imports
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user