Fix for themes not applying (#1873)

# Fixed:
- Fixed: Fixed an issue where themes would not apply properly.
This commit is contained in:
Robbie Davis 2023-03-09 16:05:14 -05:00 committed by GitHub
parent c599907928
commit a692c0c531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
using API.Entities;
using API.Entities.Enums;
using API.Entities.Enums.UserPreferences;