|
|
@ -13,12 +13,6 @@
|
|
|
|
import MenuBtn from '../components/menu-btn.svelte';
|
|
|
|
import MenuBtn from '../components/menu-btn.svelte';
|
|
|
|
import ZjistiBtn from '../components/zjisti-vice.svelte';
|
|
|
|
import ZjistiBtn from '../components/zjisti-vice.svelte';
|
|
|
|
import Carousel from '@beyonk/svelte-carousel';
|
|
|
|
import Carousel from '@beyonk/svelte-carousel';
|
|
|
|
import { onMount } from 'svelte';
|
|
|
|
|
|
|
|
import Glide from '@glidejs/glide';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onMount(async () => {
|
|
|
|
|
|
|
|
new Glide('.glide').mount()
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<svelte:head>
|
|
|
|
<svelte:head>
|
|
|
|