mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
7 lines
142 B
Svelte
7 lines
142 B
Svelte
<script>
|
|
import LL from "../../i18n/i18n-svelte"
|
|
</script>
|
|
|
|
<h4>{$LL.share.URL_COPIED()}</h4>
|
|
<button>{$LL.share.EXTRA_DOWNLOAD()}</button>
|