From 112d9d9d34ce753966e7311beae6be4c3d0c90d7 Mon Sep 17 00:00:00 2001 From: nsnail Date: Mon, 12 Dec 2022 17:54:54 +0800 Subject: [PATCH] --- src/FilesTool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilesTool.cs b/src/FilesTool.cs index f1b3f6f..c2bf8cf 100644 --- a/src/FilesTool.cs +++ b/src/FilesTool.cs @@ -1,5 +1,6 @@ using System.Collections.Concurrent; using System.Text.RegularExpressions; +using Panel = Spectre.Console.Panel; namespace Dot;