slightly improve js-free Card rendering

This commit is contained in:
2024-01-21 10:34:23 +01:00
parent 3ebd48f480
commit 895c5c5157
10 changed files with 39 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<script lang=ts>
import "$lib/components/nordtheme.css"
import "$lib/css/nordtheme.css"
import { season } from '$lib/js/season_store.js'
import {onMount} from "svelte";
import {do_on_key} from "./do_on_key";