From 617e3ebd8ad8d675eac95ef9b687cf3658ccbd52 Mon Sep 17 00:00:00 2001 From: Dimas Apeco Putra <42054890+dispectra@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:55:18 +0700 Subject: [PATCH] Added `MainLayout.razor.css` as item to remove If not removed, it could cause error: Layout\MainLayout.razor.css : error BLAZOR102: The scoped css file 'Layout\MainLayout.razor.css' was defined but no associated razor component or view was found for it. --- application-types/elsa-studio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/application-types/elsa-studio.md b/application-types/elsa-studio.md index 84aceb8..9dfc1c7 100644 --- a/application-types/elsa-studio.md +++ b/application-types/elsa-studio.md @@ -91,6 +91,7 @@ To setup Elsa Studio, we'll go through the following steps: * Pages * App.razor * MainLayout.razor + * MainLayout.razor.css * \_Imports.razor 5. **Generate appsettings.json**