removing unused libraries

This commit is contained in:
2024-10-10 17:22:24 +03:00
parent f949852c1a
commit 065b121e10
9 changed files with 107 additions and 221 deletions
@@ -1,10 +0,0 @@
<script>
export let value;
</script>
<span
class="badge rounded-pill bg-primary bg-opacity-75"
style="max-width:64px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;"
title={value}
data-bs-toggle="tooltip"
>{value}</span
>
@@ -1,5 +0,0 @@
<script>
export let value;
</script>
<a href={value} target="_blank">{value}</a>