mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-06 13:21:27 +00:00
Fix release builds
This commit is contained in:
parent
69f44dd47a
commit
9c57d15671
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#nullable enable
|
#nullable enable
|
||||||
|
|
||||||
using LBPUnion.ProjectLighthouse.Pages.Layouts;
|
using LBPUnion.ProjectLighthouse.Pages.Layouts;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
#if !DEBUG
|
||||||
|
using LBPUnion.ProjectLighthouse.Types;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace LBPUnion.ProjectLighthouse.Pages.Debug;
|
namespace LBPUnion.ProjectLighthouse.Pages.Debug;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue