aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/table/tbody.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web-shared/src/components/table/tbody.svelte')
-rw-r--r--apps/web-shared/src/components/table/tbody.svelte3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/web-shared/src/components/table/tbody.svelte b/apps/web-shared/src/components/table/tbody.svelte
deleted file mode 100644
index f0617fa..0000000
--- a/apps/web-shared/src/components/table/tbody.svelte
+++ /dev/null
@@ -1,3 +0,0 @@
-<tbody class="int-table__body {$$restProps.class ?? ''}">
-<slot/>
-</tbody>