This commit is contained in:
Ludvík Prokopec 2022-10-22 10:46:43 +02:00
parent 4a4c4a5498
commit 8ce7e89d50
3 changed files with 1 additions and 3 deletions

View File

@ -39,6 +39,5 @@
justify-self: center;
width: 100%;
max-width: 500px;
/*overflow: hidden;*/
}
</style>

View File

@ -1,5 +1,4 @@
<script>
//import IconShare from './Icons/Share.svelte' not use!
export let shareData
const share = async () => {

View File

@ -1,4 +1,4 @@
import { readable, writable } from 'svelte/store'
import { writable } from 'svelte/store'
import * as api from './api'
class FetchArray extends Array {