From 7584d2d7a7110aef0331ebfa178b2295842c59fa Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:19:14 -0700 Subject: refactor: project maintenance - work in progress --- app/Controllers/Http/DashboardController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/Http/DashboardController.ts') diff --git a/app/Controllers/Http/DashboardController.ts b/app/Controllers/Http/DashboardController.ts index a6f5b44..2a9fb13 100644 --- a/app/Controllers/Http/DashboardController.ts +++ b/app/Controllers/Http/DashboardController.ts @@ -1,4 +1,4 @@ -// import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext' +// import type { HttpContext } from '@adonisjs/core/http'; export default class DashboardController {} -- cgit v1.2.3-70-g09d2