Add Table Styles

This commit is contained in:
2024-03-01 21:45:50 +01:00
parent 77bf19a1c8
commit 474187899f
7 changed files with 44 additions and 12 deletions

View File

@@ -21,6 +21,7 @@
import {window} from "./util.ts";
import {t} from "astro-i18n";
import type {ExtendedEvent} from "@type/event.ts";
import "@styles/table.css"
export let event: ExtendedEvent;
export let group: string;