1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-29 08:27:55 +00:00
seahub/static/scripts/myhome.js

5 lines
160 B
JavaScript
Raw Normal View History

//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['app/main/myhome']);
});