Move new components to v2 namespace

This commit is contained in:
Dean Herbert
2019-09-24 19:00:26 +09:00
parent 4dde0e172d
commit f493f1c71d
5 changed files with 5 additions and 7 deletions

View File

@ -8,7 +8,7 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Edit.Setup.Components.LabelledComponents;
using osu.Game.Graphics.UserInterfaceV2;
namespace osu.Game.Tests.Visual.UserInterface
{