refactor
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<RunPanel SolutionModel="@_solutionModel"/>
|
||||
</DisplayNoneComponent>
|
||||
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Build)">
|
||||
<TerminalOutputDisplay/>
|
||||
<BuildOutputDisplay/>
|
||||
</DisplayNoneComponent>
|
||||
}
|
||||
</div>
|
||||
|
||||
@@ -10,3 +10,5 @@
|
||||
@using MudBlazor
|
||||
@using SharpIDE.Photino.Layout
|
||||
@using SharpIDE.Photino.Components
|
||||
@using SharpIDE.Photino.Components.Problems
|
||||
@using SharpIDE.Photino.Components.Run
|
||||
|
||||
Reference in New Issue
Block a user