forked from MapComplete/MapComplete
Feature: add image leaderboard
This commit is contained in:
parent
590495fbbc
commit
d10760b8cb
3 changed files with 85 additions and 1 deletions
4
src/leaderboard.ts
Normal file
4
src/leaderboard.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import Leaderboard from "./UI/Leaderboard.svelte"
|
||||
|
||||
new SvelteUIElement(Leaderboard, {}).AttachTo("main")
|
||||
Loading…
Add table
Add a link
Reference in a new issue