Initial work on seasons section

This commit is contained in:
Aleksi Lassila
2023-07-12 01:37:17 +03:00
parent e544eff886
commit ea6a42d8e2
14 changed files with 198 additions and 72 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import classNames from 'classnames';
</script>
<div class={classNames($$restProps.class, 'overflow-x-scroll scrollbar-hide')}>
<slot />
</div>