refactor(frontend): Minimisation

This commit is contained in:
Tibo De Peuter 2025-05-20 11:56:09 +02:00
parent 6090a9d12e
commit 798f51c089
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 43 additions and 58 deletions

View file

@ -11,7 +11,6 @@
import { Language } from "@/data-objects/language";
import type { LearningPath } from "@dwengo-1/common/interfaces/learning-content";
import type { AxiosError } from "axios";
import { parse } from "uuid";
const { t } = useI18n();