mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateShareCard: clean up imports
This commit is contained in:
parent
ffea8e6f2e
commit
f81f155eb0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { contacts } from "$lib/env";
|
import { contacts } from "$lib/env";
|
||||||
|
import { device } from "$lib/device";
|
||||||
import { t } from "$lib/i18n/translations";
|
import { t } from "$lib/i18n/translations";
|
||||||
|
|
||||||
import { openURL, copyURL, shareURL } from "$lib/download";
|
import { openURL, copyURL, shareURL } from "$lib/download";
|
||||||
|
@ -13,7 +14,6 @@
|
||||||
|
|
||||||
import CobaltQr from "$lib/icons/CobaltQR.svelte";
|
import CobaltQr from "$lib/icons/CobaltQR.svelte";
|
||||||
import CopyIcon from "$components/misc/CopyIcon.svelte";
|
import CopyIcon from "$components/misc/CopyIcon.svelte";
|
||||||
import { device } from "$lib/device";
|
|
||||||
|
|
||||||
const cobaltUrl = "https://cobalt.tools/";
|
const cobaltUrl = "https://cobalt.tools/";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue