import { makeElement } from "../../arching-kaos-generator.js"; var mixtapesSection = { element: "div", id: "mixtapes-section", innerHTML: `
>

Modules

>

Mixtapes

No data found (yet?)! ` }; makeElement(mixtapesSection, document.querySelector('.main'));