From f28ed4649e863b1f36acbd1047c4974b205e6276 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Mon, 29 Jun 2026 12:37:37 +0900 Subject: [PATCH] =?UTF-8?q?fix(layout):=20MainLayout.razor=20=EB=9F=B0?= =?UTF-8?q?=ED=83=80=EC=9E=84=20=EC=BB=B4=ED=8C=8C=EC=9D=BC=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=ED=95=B4=EA=B2=B0=EC=9D=84=20=EC=9C=84=ED=95=B4=20?= =?UTF-8?q?System.IO=20=EB=B0=8F=20System.Text.Json=20=EB=84=A4=EC=9E=84?= =?UTF-8?q?=EC=8A=A4=ED=8E=98=EC=9D=B4=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor b/src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor index 7ad3359..e78df58 100644 --- a/src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor +++ b/src/dotnet/QuantEngine.Web/Components/Layout/MainLayout.razor @@ -1,5 +1,7 @@ @inherits LayoutComponentBase @inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment WebHostEnvironment +@using System.IO +@using System.Text.Json