From 282c05eab5e49629fff0e1b2cfbad38be4be408a Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 4 Apr 2023 12:10:01 -0400 Subject: [PATCH] configuration is a data structure --- ttrss/{ => datastructures}/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ttrss/{ => datastructures}/Configuration.cs (86%) diff --git a/ttrss/Configuration.cs b/ttrss/datastructures/Configuration.cs similarity index 86% rename from ttrss/Configuration.cs rename to ttrss/datastructures/Configuration.cs index feffa34..43cd008 100644 --- a/ttrss/Configuration.cs +++ b/ttrss/datastructures/Configuration.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Net.Http.Json; -namespace ttrss_co_client.ttrss +namespace ttrss_co_client.ttrss.datastructures { public class Configuration {