Rename namespace from Dashboard to Home

This commit is contained in:
Andrei Zavatski
2020-08-02 21:47:09 +03:00
parent bddc61756a
commit dc559093cd
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Overlays.Dashboard.Dashboard;
using osu.Game.Overlays.Dashboard.Home;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
using osu.Framework.Allocation;