Skip to content

Commit c11f6db

Browse files
committed
removed unecessary using
1 parent 2824bd8 commit c11f6db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

App/Models/Settings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using System;
2-
31
namespace Coder.Desktop.App.Models;
42

5-
63
public interface ISettings<T> : ICloneable<T>
74
{
85
/// <summary>

0 commit comments

Comments
 (0)