Feature: add image leaderboard

This commit is contained in:
Pieter Vander Vennet 2023-10-17 13:31:06 +02:00
parent 590495fbbc
commit d10760b8cb
3 changed files with 85 additions and 1 deletions

4
src/leaderboard.ts Normal file
View file

@ -0,0 +1,4 @@
import SvelteUIElement from "./UI/Base/SvelteUIElement"
import Leaderboard from "./UI/Leaderboard.svelte"
new SvelteUIElement(Leaderboard, {}).AttachTo("main")