edit missing fileextensions

This commit is contained in:
ma0068
2025-01-28 13:31:24 +01:00
parent a89ca4e143
commit d906e9b4a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ import lehre from "./lehre.js";
import addons from "./addons.js";
import studiengang from "./studiengang.js";
import menu from "./menu.js";
import dashboard from "./dashboard";
import dashboard from "./dashboard.js";
export default {
search,
@@ -4,7 +4,7 @@ import FormForm from '../../../../Form/Form.js';
import FormInput from '../../../../Form/Input.js';
import PvAutoComplete
from "../../../../../../../index.ci.php/public/js/components/primevue/autocomplete/autocomplete.esm.min.js";
import AbschlusspruefungDropdown from "./AbschlusspruefungDropdown";
import AbschlusspruefungDropdown from "./AbschlusspruefungDropdown.js";
export default {
components: {