diff --git a/src/web/routes/dashboard.ts b/src/web/routes/dashboard.ts index 9741f78..fd9769a 100644 --- a/src/web/routes/dashboard.ts +++ b/src/web/routes/dashboard.ts @@ -1,4 +1,4 @@ -import { Router } from 'express'; +import { Router } from 'express'; const router = Router(); @@ -43,18 +43,18 @@ router.get('/', (req, res) => {