Organize ProjectLighthouse.Types

This commit is contained in:
jvyden 2021-10-20 21:38:44 -04:00
parent 283266cd31
commit bf7bbab467
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
29 changed files with 62 additions and 39 deletions

View file

@ -1,5 +1,6 @@
using Microsoft.EntityFrameworkCore;
using ProjectLighthouse.Types;
using ProjectLighthouse.Types.Settings;
using Xunit;
namespace ProjectLighthouse.Tests {