Delete src/lib/components/common/Warning.svelte
This commit is contained in:
parent
ad9cae32dc
commit
67b3929954
|
@ -1,9 +0,0 @@
|
|||
<script lang="ts">
|
||||
import ExclamationTriangle from '$lib/components/icons/ExclamationTriangle.svelte';
|
||||
export let text = '';
|
||||
</script>
|
||||
|
||||
<div class="flex items-center text-xs text-yellow-600 dark:text-yellow-500">
|
||||
<ExclamationTriangle className="w-4 h-4 mr-1.5" />
|
||||
<p>{text}</p>
|
||||
</div>
|
Loading…
Reference in New Issue