Files
Anthias/static/js/main.js
2024-07-03 11:00:58 -07:00

6 lines
82 B
JavaScript

jQuery(function() {
Anthias.app = new Anthias.App({
el: $('body')
});
});