@ -39,7 +39,7 @@ import { onMount } from "svelte";
];
onMount(() => {
for(let j = 0; j < 10; j++) {
for(let j = 0; j < 20; j++) {
let list = document.createElement('div');
list.classList.add('flex', 'gap-2');