diff options
Diffstat (limited to 'Timeline/Configs/TodoListConfig.cs')
-rw-r--r-- | Timeline/Configs/TodoListConfig.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Timeline/Configs/TodoListConfig.cs b/Timeline/Configs/TodoListConfig.cs deleted file mode 100644 index a69e8d03..00000000 --- a/Timeline/Configs/TodoListConfig.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Timeline.Configs -{ - public class TodoListConfig - { - public string AzureDevOpsPat { get; set; } - } -} |