From 0341701e178aeb09ad8c7a691e94b064e7d695d9 Mon Sep 17 00:00:00 2001 From: Laure Jablonski Date: Wed, 12 Mar 2025 22:40:02 +0100 Subject: [PATCH] fix: import niet meer nodig --- backend/src/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app.ts b/backend/src/app.ts index ef18856a..6307793d 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -1,6 +1,5 @@ import express, { Express, Response } from 'express'; import { initORM } from './orm.js'; -import 'dotenv/config'; import themeRoutes from './routes/themes.js'; import learningPathRoutes from './routes/learning-paths.js';