Skip to content

Commit d29b235

Browse files
committed
feat(HTML): create element with class computation-history
1 parent ccb9c09 commit d29b235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<div data-value="history" class="history-btn">history</div>
3434
<div data-value="(" data-operator class="child operator">(</div>
3535
<div data-value=")" data-operator class="child operator">)</div>
36-
36+
</div>
37+
<div class="computation-history">
3738

3839
</div>
3940

0 commit comments

Comments
 (0)