Move Panel extensions to Spectre.Console namespace

This commit is contained in:
Patrik Svensson 2020-09-05 08:20:13 +02:00
parent ae6d2c63a3
commit a477884d36
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using Spectre.Console;
using Spectre.Console.Rendering;
namespace ColumnsExample
{

View File

@ -1,6 +1,6 @@
using System;
namespace Spectre.Console.Rendering
namespace Spectre.Console
{
/// <summary>
/// Contains extension methods for <see cref="Panel"/>.