diff options
Diffstat (limited to 'Blog/Components/Pages/Calc.razor')
| -rw-r--r-- | Blog/Components/Pages/Calc.razor | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Blog/Components/Pages/Calc.razor b/Blog/Components/Pages/Calc.razor index 942d9a9..295daf6 100644 --- a/Blog/Components/Pages/Calc.razor +++ b/Blog/Components/Pages/Calc.razor | |||
| @@ -8,9 +8,7 @@ | |||
| 8 | <input id="input" type="text" placeholder="1 2 +" /> | 8 | <input id="input" type="text" placeholder="1 2 +" /> |
| 9 | <input type="submit" value="Evaluate"> | 9 | <input type="submit" value="Evaluate"> |
| 10 | </form> | 10 | </form> |
| 11 | <div> | 11 | <Log/> |
| 12 | <div id="log"></div> | ||
| 13 | </div> | ||
| 14 | 12 | ||
| 15 | <fieldset class="docs"> | 13 | <fieldset class="docs"> |
| 16 | <legend>Available stack operations</legend> | 14 | <legend>Available stack operations</legend> |