mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-30 02:58:13 +08:00
Remove unuse method (#106)
This commit is contained in:
parent
79677ea4f5
commit
aa052fd53c
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace AntBlazor.Docs.Build.CLI.Utils
|
||||
{
|
||||
@ -11,9 +11,5 @@ namespace AntBlazor.Docs.Build.CLI.Utils
|
||||
Console.WriteLine(message);
|
||||
Console.ForegroundColor = currentForegroundColor;
|
||||
}
|
||||
|
||||
public static void WriteWelcome()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user