web/omnibox: import only one tabler icon

This commit is contained in:
wukko 2024-06-17 01:18:39 +06:00
parent 5390415aa7
commit f2bacc703a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { IconLink } from "@tabler/icons-svelte";
import IconLink from "@tabler/icons-svelte/IconLink.svelte";
import DownloadButton from "./buttons/DownloadButton.svelte";
import ClearButton from "./buttons/ClearButton.svelte";