Update
This commit is contained in:
@ -21,9 +21,13 @@
|
||||
import {t} from "astro-i18n";
|
||||
import {statsRepo} from "@repo/stats.ts";
|
||||
|
||||
export let gamemode: string;
|
||||
|
||||
export let topFive: boolean = false;
|
||||
interface Props {
|
||||
gamemode: string;
|
||||
topFive?: boolean;
|
||||
}
|
||||
|
||||
let { gamemode, topFive = false }: Props = $props();
|
||||
|
||||
let request = getRequest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user