From eabd7b8d51e2ed41b0e462fa7399467b491404df Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 13 Jun 2025 14:40:07 +0200 Subject: [PATCH] Remove unused component --- web/frontend/src/generic/PlotTable.svelte | 59 ----------------------- 1 file changed, 59 deletions(-) delete mode 100644 web/frontend/src/generic/PlotTable.svelte diff --git a/web/frontend/src/generic/PlotTable.svelte b/web/frontend/src/generic/PlotTable.svelte deleted file mode 100644 index 4bc0694..0000000 --- a/web/frontend/src/generic/PlotTable.svelte +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - {#each rows as row} - - {#each row as item (item)} - - {/each} - - {/each} -
- {#if !isPlaceholder(item) && plotWidth > 0} - - {/if} -