Fix release builds

This commit is contained in:
jvyden 2022-05-01 15:31:17 -04:00
parent 69f44dd47a
commit 9c57d15671
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -1,6 +1,10 @@
#nullable enable
using LBPUnion.ProjectLighthouse.Pages.Layouts;
using Microsoft.AspNetCore.Mvc;
#if !DEBUG
using LBPUnion.ProjectLighthouse.Types;
#endif
namespace LBPUnion.ProjectLighthouse.Pages.Debug;