7 lines
168 B
JavaScript
Raw Normal View History

2025-01-12 23:09:34 -08:00
const scripts = [
"/static/js/components/themeSwitcher.js",
"/static/js/components/formatDate.js",
"/static/js/components/infoBanners.js",
];
requirejs(scripts);