summaryrefslogtreecommitdiff
path: root/static/js/script.js
blob: 6309d23158993e937b65f9bd973005efd8de413a (plain)
1
2
3
4
5
6
const scripts = [
  "/static/js/components/themeSwitcher.js",
  "/static/js/components/infoBanners.js",
  "/static/js/components/chat.js",
];
requirejs(scripts);