aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/table/thead.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web-shared/src/components/table/thead.svelte')
-rw-r--r--apps/web-shared/src/components/table/thead.svelte10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/web-shared/src/components/table/thead.svelte b/apps/web-shared/src/components/table/thead.svelte
deleted file mode 100644
index aa20bf0..0000000
--- a/apps/web-shared/src/components/table/thead.svelte
+++ /dev/null
@@ -1,10 +0,0 @@
-<script lang="ts">
- import TRow from "./trow.svelte";
-</script>
-
-
-<thead class="int-table__header {$$restProps.class ?? ''}">
-<TRow>
- <slot/>
-</TRow>
-</thead>