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;