refactor: move data widgets to correct namespace

This commit is contained in:
goat 2023-08-04 19:37:43 +02:00
parent 02e1f2502e
commit 8ecc00f75f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
32 changed files with 40 additions and 61 deletions

View file

@ -1,12 +1,10 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
using Dalamud.Hooking;
using ImGuiNET;
using PInvoke;
using Serilog;
namespace Dalamud.Interface.Internal.Windows.Data;
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
/// <summary>
/// Widget for displaying hook information.