From 86ce188bfc402515be6652df45c83806432c8eaf Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 26 Jun 2026 18:03:59 +0900 Subject: [PATCH] =?UTF-8?q?=ED=91=B8=ED=84=B0:=20VersionInfo=20namespace?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TaxBaik.Web/Pages/Shared/_ViewImports.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/TaxBaik.Web/Pages/Shared/_ViewImports.cshtml b/TaxBaik.Web/Pages/Shared/_ViewImports.cshtml index c8a9ee3..71a025f 100644 --- a/TaxBaik.Web/Pages/Shared/_ViewImports.cshtml +++ b/TaxBaik.Web/Pages/Shared/_ViewImports.cshtml @@ -1,3 +1,4 @@ @using TaxBaik.Web @namespace TaxBaik.Web.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@using global::VersionInfo