From 453872fa0587040cf56f5ba72d92042542836afc Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 4 Mar 2022 21:11:35 -0600 Subject: move skills when screen is too small --- svelte.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index 9a4a558..8d6fe72 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -34,7 +34,6 @@ function shuffle(a) { return a } -console.log('svelte.config.js'); (async () => { const API_URL = 'https://skyblock-api.matdoes.dev/' -- cgit