Move console encoder to rendering namespace

This commit is contained in:
Patrik Svensson 2020-09-21 17:07:05 +02:00
parent 2943535973
commit 697273917e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
using System; using System;
using Spectre.Console.Rendering;
namespace Spectre.Console namespace Spectre.Console
{ {

View File

@ -1,7 +1,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using Spectre.Console.Rendering;
namespace Spectre.Console namespace Spectre.Console.Rendering
{ {
/// <summary> /// <summary>
/// Represents a console encoder that can encode /// Represents a console encoder that can encode