style: fix linting issues met Prettier
This commit is contained in:
parent
656f7f15b7
commit
f6fcf4536a
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import express, { Express, Response } from 'express';
|
||||
import { initORM } from './orm.js';
|
||||
import "dotenv/config";
|
||||
import 'dotenv/config';
|
||||
|
||||
import themeRoutes from './routes/themes.js';
|
||||
import learningPathRoutes from './routes/learning-paths.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue