From 3a23cbe192040f55c54cb3bb572d531e6a07a2dd Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 14 Sep 2023 12:00:20 +1000 Subject: Finished initial implementation of login page --- Services/GlobalUserService.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Services/GlobalUserService.cs (limited to 'Services/GlobalUserService.cs') diff --git a/Services/GlobalUserService.cs b/Services/GlobalUserService.cs deleted file mode 100644 index adafce2..0000000 --- a/Services/GlobalUserService.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HyperBooru.Services; - -public interface IGlobalUserService { -} - -public class GlobalUserService : IGlobalUserService { -} -- cgit v1.3