From f4f53b5f37412af6d8d9d64e0f70adbb83fa3019 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Thu, 29 Aug 2024 17:45:37 +0300 Subject: [PATCH] fix - Fixed FTBFS --- We've fixed release FTBFS. --- Type: fix Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- public/Nitrocid/Kernel/Starting/KernelStageActions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/Nitrocid/Kernel/Starting/KernelStageActions.cs b/public/Nitrocid/Kernel/Starting/KernelStageActions.cs index e6acb9186..63267c9ff 100644 --- a/public/Nitrocid/Kernel/Starting/KernelStageActions.cs +++ b/public/Nitrocid/Kernel/Starting/KernelStageActions.cs @@ -40,7 +40,7 @@ using Nitrocid.Files.Operations.Querying; using Nitrocid.Files.Operations; using Terminaux.Inputs.Styles.Infobox; -using Terminaux.Inputs; +using Terminaux.Inputs.Styles; #endif namespace Nitrocid.Kernel.Starting