From 6069bda806934f8851bb13d149f60f5bd8334d0f Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Thu, 9 Oct 2025 23:30:11 +0700 Subject: [PATCH] fix: rename namespace --- Controllers/DashboardController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/DashboardController.cs b/Controllers/DashboardController.cs index a25d665..0a2f456 100644 --- a/Controllers/DashboardController.cs +++ b/Controllers/DashboardController.cs @@ -1,6 +1,6 @@ using Microsoft.AspNetCore.Mvc; -namespace MyApp.Namespace +namespace BankSampahApp.Controllers { public class DashboardController : Controller {