hatecomputers.club/static/js/script.js

7 lines
168 B
JavaScript
Raw Permalink Normal View History

2024-03-29 18:35:04 -04:00
const scripts = [
"/static/js/components/themeSwitcher.js",
"/static/js/components/formatDate.js",
"/static/js/components/infoBanners.js",
2024-03-29 18:35:04 -04:00
];
2024-03-26 18:00:05 -04:00
requirejs(scripts);