diff options
Diffstat (limited to 'ui/sections/notifications.html')
-rw-r--r-- | ui/sections/notifications.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/sections/notifications.html b/ui/sections/notifications.html deleted file mode 100644 index cd2863e..0000000 --- a/ui/sections/notifications.html +++ /dev/null @@ -1,10 +0,0 @@ -<div class="button-wrapper"> - <button id="addRowBtn">Add Row</button> -</div> -<div class="table-wrapper"> - <table id="myTable"> - <tr> - <th>Column 1</th> - </tr> - </table> -</div> |