chore(views/table): remove placeholder text

This commit is contained in:
Elian Doran 2025-06-27 17:22:47 +03:00
parent 70694542eb
commit 88b4fc73de
No known key found for this signature in database

View File

@ -27,9 +27,7 @@ const TPL = /*html*/`
}
</style>
<div class="table-view-container">
<p>Table view goes here.</p>
</div>
<div class="table-view-container"></div>
</div>
`;