feat: toevoeging fallback language constante

This commit is contained in:
Gabriellvl 2025-03-01 18:31:38 +01:00
parent 008e2e1c2c
commit 6bb8c364b9
6 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import { DWENGO_API_BASE } from '../config/config.js';
import { DWENGO_API_BASE } from '../config.js';
import { fetchWithLogging } from "../util/apiHelper.js";
import {FilteredLearningObject, LearningObjectMetadata, LearningObjectNode} from "../interfaces/learningPath.js";
import {fetchLearningPaths} from "./learningPaths.js";