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