removing unused libraries
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user