Move HashList to the right namespace (even if unused)

This commit is contained in:
2026-09-08 21:32:40 +03:00
parent 1100fac94b
commit 4f51b4c09c
@@ -1,7 +1,6 @@
using System.Collections; using System.Collections;
using System.Collections.Generic;
namespace Dashboard namespace Dashboard.Collections
{ {
public class HashList<T> : IReadOnlyList<T> public class HashList<T> : IReadOnlyList<T>
where T : notnull where T : notnull