import Leaderboard from "./UI/Leaderboard.svelte"
new Leaderboard({
target: document.getElementById("main")
})